Html Css Color HEX #36048B Persian Indigo

📋 copy color: '#36048B'

red 54 ◦ green 4 ◦ blue 139

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

Shades of Persian Indigo #36048B

Tints of Persian Indigo #36048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.56%

R = 27.41%
G = 2.03%
B = 70.56%

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

#36048B (or 0x36048B) is known color: Persian Indigo. HEX triplet: 36, 04 and 8B. RGB value is (54,4,139). Sum of RGB (Red+Green+Blue) = 54+4+139=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #36048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36048B is #C9FB74. Grayscale: #212121. Windows color (decimal): -13237109 or 9110582. OLE color: 9110582.

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

Color convert

RGB 54 4 139 -
CMYK 0.61 0.97 0 0.45
HSL 262.22º 0.94% 0.28% -
HSV(B) 262.22º 0.97% 0.55% -
XYZ 6.22 2.74 24.63 -
YUV 34.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 54 4 139 0.61 0.97 0 0.45 262.22 0.94 0.28
Hex 36 4 8B 3D 61 0 2D 106 5E 1C
Octal 66 4 213 75 141 0 55 406 136 34
Binary 110110 100 10001011 111101 1100001 0 101101 100000110 1011110 11100

Color Harmonies of #36048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36048B

Black with #36048B

Text Example


Text Example

White with #36048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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