#36057B

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

Shades of Persian Indigo #36057B

Tints of Persian Indigo #36057B

Color information

#36057B (or 0x36057B) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 7B. RGB value is (54,5,123). Sum of RGB (Red+Green+Blue) = 54+5+123=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #36057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36057B is #C9FA84. Grayscale: #202020. Windows color (decimal): -13236869 or 8062262. OLE color: 8062262.

HSL color Cylindrical-coordinate representation of color #36057B: hue angle of 264.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36057B is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB545123-
CMYK0.560.9600.52
HSL264.92º92.19%25.1%-
HSV(B)264.92º95.93%48.24%-
XYZ5.152.3218.92-
YUV33.1178.73142.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=29.67%
G=2.75%
B=67.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5451230.560.9600.52264.9292.1925.1
Hex3657B38600341095c19
Octal6651737014006441113431
Binary110110101111101111100011000000110100100001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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