Html Css Color HEX #36038D Persian Indigo

📋 copy color: '#36038D'

red 54 ◦ green 3 ◦ blue 141

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

Shades of Persian Indigo #36038D

Tints of Persian Indigo #36038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 71.21%

R = 27.27%
G = 1.52%
B = 71.21%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36038D (or 0x36038D) is known color: Persian Indigo. HEX triplet: 36, 03 and 8D. RGB value is (54,3,141). Sum of RGB (Red+Green+Blue) = 54+3+141=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #36038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36038D is #C9FC72. Grayscale: #212121. Windows color (decimal): -13237363 or 9241398. OLE color: 9241398.

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

Color convert

RGB 54 3 141 -
CMYK 0.62 0.98 0 0.45
HSL 262.17º 0.96% 0.28% -
HSV(B) 262.17º 0.98% 0.55% -
XYZ 6.36 2.77 25.4 -
YUV 33.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 54 3 141 0.62 0.98 0 0.45 262.17 0.96 0.28
Hex 36 3 8D 3E 62 0 2D 106 60 1C
Octal 66 3 215 76 142 0 55 406 140 34
Binary 110110 11 10001101 111110 1100010 0 101101 100000110 1100000 11100

Color Harmonies of #36038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36038D

Black with #36038D

Text Example


Text Example

White with #36038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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