Html Css Color HEX #36048F Persian Indigo

📋 copy color: '#36048F'

red 54 ◦ green 4 ◦ blue 143

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

Shades of Persian Indigo #36048F

Tints of Persian Indigo #36048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 71.14%

R = 26.87%
G = 1.99%
B = 71.14%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36048F (or 0x36048F) is known color: Persian Indigo. HEX triplet: 36, 04 and 8F. RGB value is (54,4,143). Sum of RGB (Red+Green+Blue) = 54+4+143=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #36048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36048F is #C9FB70. Grayscale: #222222. Windows color (decimal): -13237105 or 9372726. OLE color: 9372726.

HSL color Cylindrical-coordinate representation of color #36048F: hue angle of 261.58º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36048F is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 4 143 -
CMYK 0.62 0.97 0 0.44
HSL 261.58º 0.95% 0.29% -
HSV(B) 261.58º 0.97% 0.56% -
XYZ 6.52 2.85 26.19 -
YUV 34.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 54 4 143 0.62 0.97 0 0.44 261.58 0.95 0.29
Hex 36 4 8F 3E 61 0 2C 106 5F 1D
Octal 66 4 217 76 141 0 54 406 137 35
Binary 110110 100 10001111 111110 1100001 0 101100 100000110 1011111 11101

Color Harmonies of #36048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36048F

Black with #36048F

Text Example


Text Example

White with #36048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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