Html Css Color HEX #36048D Persian Indigo

📋 copy color: '#36048D'

red 54 ◦ green 4 ◦ blue 141

#36048D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #36048D

Tints of Persian Indigo #36048D

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 value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36048D (or 0x36048D) is known color: 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

RGB 54 4 141 -
CMYK 0.62 0.97 0 0.45
HSL 261.9º 0.94% 0.28% -
HSV(B) 261.9º 0.97% 0.55% -
XYZ 6.37 2.79 25.4 -
YUV 34.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 54 4 141 0.62 0.97 0 0.45 261.9 0.94 0.28
Hex 36 4 8D 3E 61 0 2D 106 5E 1C
Octal 66 4 215 76 141 0 55 406 136 34
Binary 110110 100 10001101 111110 1100001 0 101101 100000110 1011110 11100

Color Harmonies of #36048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36048D

Black with #36048D

Text Example


Text Example

White with #36048D

Text Example


Text Example

HTML Codes & Css Web 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>