#271986

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

Shades of Persian Indigo #271986

Tints of Persian Indigo #271986

Color information

#271986 (or 0x271986) is unknown color: approx Persian Indigo. HEX triplet: 27, 19 and 86. RGB value is (39,25,134). Sum of RGB (Red+Green+Blue) = 39+25+134=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #271986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271986 is #D8E679. Grayscale: #292929. Windows color (decimal): -14214778 or 8788263. OLE color: 8788263.

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

Color convert

RGB3925134-
CMYK0.710.8100.47
HSL247.71º68.55%31.18%-
HSV(B)247.71º81.34%52.55%-
XYZ5.492.8522.81-
YUV41.61180.14126.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 134 (52.73% from 255) = 67.68%
R=19.70%
G=12.63%
B=67.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39251340.710.8100.47247.7168.5531.18
Hex271986475102Ff8451f
Octal473120610712105737010537
Binary100111110011000011010001111010001010111111111000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271986; }

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

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

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

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

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

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

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

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