#27086C

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

Shades of Persian Indigo #27086C

Tints of Persian Indigo #27086C

Color information

#27086C (or 0x27086C) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 6C. RGB value is (39,8,108). Sum of RGB (Red+Green+Blue) = 39+8+108=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #27086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27086C is #D8F793. Grayscale: #1C1C1C. Windows color (decimal): -14219156 or 7079975. OLE color: 7079975.

HSL color Cylindrical-coordinate representation of color #27086C: hue angle of 258.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27086C is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB398108-
CMYK0.640.9300.58
HSL258.6º86.21%22.75%-
HSV(B)258.6º92.59%42.35%-
XYZ3.631.6914.32-
YUV28.67172.77135.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 108 (42.58% from 255) = 69.68%
R=25.16%
G=5.16%
B=69.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3981080.640.9300.58258.686.2122.75
Hex2786C405D03A1035617
Octal471015410013507240312627
Binary10011110001101100100000010111010111010100000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27086C; }

 p { color: rgb(39,8,108); }

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

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

 a { background-color: rgb(39,8,108); }

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

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

 span { border-color: rgb(39,8,108); }

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