#27157B

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

Shades of Persian Indigo #27157B

Tints of Persian Indigo #27157B

Color information

#27157B (or 0x27157B) is unknown color: approx Persian Indigo. HEX triplet: 27, 15 and 7B. RGB value is (39,21,123). Sum of RGB (Red+Green+Blue) = 39+21+123=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #27157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27157B is #D8EA84. Grayscale: #252525. Windows color (decimal): -14215813 or 8066343. OLE color: 8066343.

HSL color Cylindrical-coordinate representation of color #27157B: hue angle of 250.59º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27157B is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3921123-
CMYK0.680.8300.52
HSL250.59º70.83%28.24%-
HSV(B)250.59º82.93%48.24%-
XYZ4.682.418.96-
YUV38.01175.96128.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=21.31%
G=11.48%
B=67.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39211230.680.8300.52250.5970.8328.24
Hex27157B4453034fb471c
Octal472517310412306437310734
Binary10011110101111101110001001010011011010011111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,21,123); }

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

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

 a { background-color: rgb(39,21,123); }

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

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

 span { border-color: rgb(39,21,123); }

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