#36048D

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

Shades of Persian Indigo #36048D

Tints of Persian Indigo #36048D

Color information

#36048D (or 0x36048D) is unknown color: approx Persian Indigo. HEX triplet: 36, 04 and 8D. RGB value is (54,4,141). Sum of RGB (Red+Green+Blue) = 54+4+141=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #36048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36048D is #C9FB72. Grayscale: #222222. Windows color (decimal): -13237107 or 9241654. OLE color: 9241654.

HSL color Cylindrical-coordinate representation of color #36048D: hue angle of 261.9º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36048D is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB544141-
CMYK0.620.9700.45
HSL261.9º94.48%28.43%-
HSV(B)261.9º97.16%55.29%-
XYZ6.372.7925.4-
YUV34.57188.06141.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 141 (55.47% from 255) = 70.85%
R=27.14%
G=2.01%
B=70.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5441410.620.9700.45261.994.4828.43
Hex3648D3E6102D1065e1c
Octal6642157614105540613634
Binary1101101001000110111111011000010101101100000110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,4,141); }

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

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

 a { background-color: rgb(54,4,141); }

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

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

 span { border-color: rgb(54,4,141); }

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