#27086D

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

Shades of Persian Indigo #27086D

Tints of Persian Indigo #27086D

Color information

#27086D (or 0x27086D) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 6D. RGB value is (39,8,109). Sum of RGB (Red+Green+Blue) = 39+8+109=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #27086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27086D is #D8F792. Grayscale: #1C1C1C. Windows color (decimal): -14219155 or 7145511. OLE color: 7145511.

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

Color convert

RGB398109-
CMYK0.640.9300.57
HSL258.42º86.32%22.94%-
HSV(B)258.42º92.66%42.75%-
XYZ3.681.7114.6-
YUV28.78173.27135.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 109 (42.97% from 255) = 69.87%
R=25%
G=5.13%
B=69.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3981090.640.9300.57258.4286.3222.94
Hex2786D405D0391025617
Octal471015510013507140212627
Binary10011110001101101100000010111010111001100000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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