#27056C

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

Shades of Persian Indigo #27056C

Tints of Persian Indigo #27056C

Color information

#27056C (or 0x27056C) is unknown color: approx Persian Indigo. HEX triplet: 27, 05 and 6C. RGB value is (39,5,108). Sum of RGB (Red+Green+Blue) = 39+5+108=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #27056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27056C is #D8FA93. Grayscale: #1A1A1A. Windows color (decimal): -14219924 or 7079207. OLE color: 7079207.

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

Color convert

RGB395108-
CMYK0.640.9500.58
HSL259.81º91.15%22.16%-
HSV(B)259.81º95.37%42.35%-
XYZ3.61.6214.31-
YUV26.91173.76136.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=25.66%
G=3.29%
B=71.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3951080.640.9500.58259.8191.1522.16
Hex2756C405F03A1045b16
Octal47515410013707240413326
Binary1001111011101100100000010111110111010100000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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