#271985

Color #271985 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #271985

Tints of Persian Indigo #271985

Color information

#271985 (or 0x271985) is unknown color: approx Persian Indigo. HEX triplet: 27, 19 and 85. RGB value is (39,25,133). Sum of RGB (Red+Green+Blue) = 39+25+133=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #271985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271985 is #D8E67A. Grayscale: #292929. Windows color (decimal): -14214779 or 8722727. OLE color: 8722727.

HSL color Cylindrical-coordinate representation of color #271985: hue angle of 247.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271985 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3925133-
CMYK0.710.8100.48
HSL247.78º68.35%30.98%-
HSV(B)247.78º81.2%52.16%-
XYZ5.422.8222.45-
YUV41.5179.64126.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 133 (52.34% from 255) = 67.51%
R=19.80%
G=12.69%
B=67.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39251330.710.8100.48247.7868.3530.98
Hex2719854751030f8441f
Octal473120510712106037010437
Binary100111110011000010110001111010001011000011111000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271985; }

 p { color: rgb(39,25,133); }

 H1.HeaderClassName
 {
   color: #271985;
 }
 .AnyTagClassName
 {
   color: #271985;
 }
</style>
background-color css

<style>
 a { background-color: #271985; }

 a { background-color: rgb(39,25,133); }

 div.DivClassName
 {
   background-color: #271985;
 }
 .BgClassName
 {
   background-color: #271985;
 }
</style>
border-color css

<style>
 span { border-color: #271985; }

 span { border-color: rgb(39,25,133); }

 td.TdClassName
 {
   border-color: #271985;
 }
 .TagClassName
 {
   border-color: #271985;
 }
</style>