#27146B

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

Shades of Persian Indigo #27146B

Tints of Persian Indigo #27146B

Color information

#27146B (or 0x27146B) is unknown color: approx Persian Indigo. HEX triplet: 27, 14 and 6B. RGB value is (39,20,107). Sum of RGB (Red+Green+Blue) = 39+20+107=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #27146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27146B is #D8EB94. Grayscale: #232323. Windows color (decimal): -14216085 or 7017511. OLE color: 7017511.

HSL color Cylindrical-coordinate representation of color #27146B: hue angle of 253.1º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27146B is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3920107-
CMYK0.640.8100.58
HSL253.1º68.5%24.9%-
HSV(B)253.1º81.31%41.96%-
XYZ3.741.9914.1-
YUV35.6168.29130.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 107 (42.19% from 255) = 64.46%
R=23.49%
G=12.05%
B=64.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39201070.640.8100.58253.168.524.9
Hex27146B405103Afd4519
Octal472415310012107237510531
Binary10011110100110101110000001010001011101011111101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27146B; }

 p { color: rgb(39,20,107); }

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

<style>
 a { background-color: #27146B; }

 a { background-color: rgb(39,20,107); }

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

<style>
 span { border-color: #27146B; }

 span { border-color: rgb(39,20,107); }

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