#36157B

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

Shades of Persian Indigo #36157B

Tints of Persian Indigo #36157B

Color information

#36157B (or 0x36157B) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 7B. RGB value is (54,21,123). Sum of RGB (Red+Green+Blue) = 54+21+123=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #36157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36157B is #C9EA84. Grayscale: #2A2A2A. Windows color (decimal): -13232773 or 8066358. OLE color: 8066358.

HSL color Cylindrical-coordinate representation of color #36157B: hue angle of 259.41º 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 #36157B is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5421123-
CMYK0.560.8300.52
HSL259.41º70.83%28.24%-
HSV(B)259.41º82.93%48.24%-
XYZ5.362.7518.99-
YUV42.5173.43136.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=27.27%
G=10.61%
B=62.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54211230.560.8300.52259.4170.8328.24
Hex36157B3853034103471c
Octal66251737012306440310734
Binary11011010101111101111100010100110110100100000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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