#27107C

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

Shades of Persian Indigo #27107C

Tints of Persian Indigo #27107C

Color information

#27107C (or 0x27107C) is unknown color: approx Persian Indigo. HEX triplet: 27, 10 and 7C. RGB value is (39,16,124). Sum of RGB (Red+Green+Blue) = 39+16+124=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #27107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27107C is #D8EF83. Grayscale: #222222. Windows color (decimal): -14217092 or 8130599. OLE color: 8130599.

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

Color convert

RGB3916124-
CMYK0.690.8700.51
HSL252.78º77.14%27.45%-
HSV(B)252.78º87.1%48.63%-
XYZ4.662.2619.26-
YUV35.19178.12130.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 124 (48.83% from 255) = 69.27%
R=21.79%
G=8.94%
B=69.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39161240.690.8700.51252.7877.1427.45
Hex27107C4557033fd4d1b
Octal472017410512706337511533
Binary10011110000111110010001011010111011001111111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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