Html Css Color HEX #36038E Persian Indigo

📋 copy color: '#36038E'

red 54 ◦ green 3 ◦ blue 142

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

Shades of Persian Indigo #36038E

Tints of Persian Indigo #36038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 142 (55.86% from 255) = 71.36%

R = 27.14%
G = 1.51%
B = 71.36%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36038E (or 0x36038E) is known color: Persian Indigo. HEX triplet: 36, 03 and 8E. RGB value is (54,3,142). Sum of RGB (Red+Green+Blue) = 54+3+142=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #36038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36038E is #C9FC71. Grayscale: #212121. Windows color (decimal): -13237362 or 9306934. OLE color: 9306934.

HSL color Cylindrical-coordinate representation of color #36038E: hue angle of 262.01º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36038E is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 3 142 -
CMYK 0.62 0.98 0 0.44
HSL 262.01º 0.96% 0.28% -
HSV(B) 262.01º 0.98% 0.56% -
XYZ 6.44 2.8 25.79 -
YUV 34.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 54 3 142 0.62 0.98 0 0.44 262.01 0.96 0.28
Hex 36 3 8E 3E 62 0 2C 106 60 1C
Octal 66 3 216 76 142 0 54 406 140 34
Binary 110110 11 10001110 111110 1100010 0 101100 100000110 1100000 11100

Color Harmonies of #36038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36038E

Black with #36038E

Text Example


Text Example

White with #36038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36038E; }

 p { color: rgb(54,3,142); }

 H1.HeaderClassName
 {
   color: #36038E;
 }
 .AnyTagClassName
 {
   color: #36038E;
 }
</style>

background-color css

<style>
 a { background-color: #36038E; }

 a { background-color: rgb(54,3,142); }

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

border-color css

<style>
 span { border-color: #36038E; }

 span { border-color: rgb(54,3,142); }

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