#36157D

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

Shades of Persian Indigo #36157D

Tints of Persian Indigo #36157D

Color information

#36157D (or 0x36157D) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 7D. RGB value is (54,21,125). Sum of RGB (Red+Green+Blue) = 54+21+125=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #36157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36157D is #C9EA82. Grayscale: #2A2A2A. Windows color (decimal): -13232771 or 8197430. OLE color: 8197430.

HSL color Cylindrical-coordinate representation of color #36157D: hue angle of 259.04º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36157D is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5421125-
CMYK0.570.8300.51
HSL259.04º71.23%28.63%-
HSV(B)259.04º83.2%49.02%-
XYZ5.492.819.65-
YUV42.72174.43136.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 125 (49.22% from 255) = 62.5%
R=27%
G=10.5%
B=62.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54211250.570.8300.51259.0471.2328.63
Hex36157D3953033103471d
Octal66251757112306340310735
Binary11011010101111110111100110100110110011100000011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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