#27066E

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

Shades of Persian Indigo #27066E

Tints of Persian Indigo #27066E

Color information

#27066E (or 0x27066E) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 6E. RGB value is (39,6,110). Sum of RGB (Red+Green+Blue) = 39+6+110=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #27066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27066E is #D8F991. Grayscale: #1B1B1B. Windows color (decimal): -14219666 or 7210535. OLE color: 7210535.

HSL color Cylindrical-coordinate representation of color #27066E: hue angle of 259.04º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27066E is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB396110-
CMYK0.650.9500.57
HSL259.04º89.66%22.75%-
HSV(B)259.04º94.55%43.14%-
XYZ3.721.6914.88-
YUV27.72174.43136.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 110 (43.36% from 255) = 70.97%
R=25.16%
G=3.87%
B=70.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3961100.650.9500.57259.0489.6622.75
Hex2766E415F0391035a17
Octal47615610113707140313227
Binary1001111101101110100000110111110111001100000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27066E; }

 p { color: rgb(39,6,110); }

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

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

 a { background-color: rgb(39,6,110); }

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

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

 span { border-color: rgb(39,6,110); }

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