Html Css Color HEX #36048C Persian Indigo

📋 copy color: '#36048C'

red 54 ◦ green 4 ◦ blue 140

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

Shades of Persian Indigo #36048C

Tints of Persian Indigo #36048C

RGB

 RED value IS 54 (21.48% from 255) = 27.27%

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 140 (55.08% from 255) = 70.71%

R = 27.27%
G = 2.02%
B = 70.71%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36048C (or 0x36048C) is known color: Persian Indigo. HEX triplet: 36, 04 and 8C. RGB value is (54,4,140). Sum of RGB (Red+Green+Blue) = 54+4+140=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #36048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36048C is #C9FB73. Grayscale: #212121. Windows color (decimal): -13237108 or 9176118. OLE color: 9176118.

HSL color Cylindrical-coordinate representation of color #36048C: hue angle of 262.06º 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 #36048C is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 4 140 -
CMYK 0.61 0.97 0 0.45
HSL 262.06º 0.94% 0.28% -
HSV(B) 262.06º 0.97% 0.55% -
XYZ 6.3 2.76 25.01 -
YUV 34.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 54 4 140 0.61 0.97 0 0.45 262.06 0.94 0.28
Hex 36 4 8C 3D 61 0 2D 106 5E 1C
Octal 66 4 214 75 141 0 55 406 136 34
Binary 110110 100 10001100 111101 1100001 0 101101 100000110 1011110 11100

Color Harmonies of #36048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36048C

Black with #36048C

Text Example


Text Example

White with #36048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36048C;
 }
 .AnyTagClassName
 {
   color: #36048C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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