#27087c

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

Shades of Persian Indigo #27087C

Tints of Persian Indigo #27087C

Color information

#27087C (or 0x27087C) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 7C. RGB value is (39,8,124). Sum of RGB (Red+Green+Blue) = 39+8+124=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #27087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27087C is #D8F783. Grayscale: #1E1E1E. Windows color (decimal): -14219140 or 8128551. OLE color: 8128551.

HSL color Cylindrical-coordinate representation of color #27087C: hue angle of 256.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27087C is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB398124-
CMYK0.690.9400.51
HSL256.03º87.88%25.88%-
HSV(B)256.03º93.55%48.63%-
XYZ4.562.0619.23-
YUV30.49180.77134.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 124 (48.83% from 255) = 72.51%
R=22.81%
G=4.68%
B=72.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3981240.690.9400.51256.0387.8825.88
Hex2787C455E033100581a
Octal471017410513606340013032
Binary10011110001111100100010110111100110011100000000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27087c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27087c; }

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

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

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

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

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

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

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

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