#36058A

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

Shades of Persian Indigo #36058A

Tints of Persian Indigo #36058A

Color information

#36058A (or 0x36058A) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 8A. RGB value is (54,5,138). Sum of RGB (Red+Green+Blue) = 54+5+138=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #36058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36058A is #C9FA75. Grayscale: #222222. Windows color (decimal): -13236854 or 9045302. OLE color: 9045302.

HSL color Cylindrical-coordinate representation of color #36058A: hue angle of 262.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36058A is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB545138-
CMYK0.610.9600.46
HSL262.11º93.01%28.04%-
HSV(B)262.11º96.38%54.12%-
XYZ6.162.7324.25-
YUV34.81186.23141.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=27.41%
G=2.54%
B=70.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5451380.610.9600.46262.1193.0128.04
Hex3658A3D6002E1065d1c
Octal6652127514005640613534
Binary1101101011000101011110111000000101110100000110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36058A; }

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

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

<style>
 a { background-color: #36058A; }

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

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

<style>
 span { border-color: #36058A; }

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

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