Html Css Color HEX #36039B Persian Indigo

📋 copy color: '#36039B'

red 54 ◦ green 3 ◦ blue 155

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

Shades of Persian Indigo #36039B

Tints of Persian Indigo #36039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.11%

R = 25.47%
G = 1.42%
B = 73.11%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36039B (or 0x36039B) is known color: Persian Indigo. HEX triplet: 36, 03 and 9B. RGB value is (54,3,155). Sum of RGB (Red+Green+Blue) = 54+3+155=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #36039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36039B is #C9FC64. Grayscale: #232323. Windows color (decimal): -13237349 or 10158902. OLE color: 10158902.

HSL color Cylindrical-coordinate representation of color #36039B: hue angle of 260.13º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36039B is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 3 155 -
CMYK 0.65 0.98 0 0.39
HSL 260.13º 0.96% 0.31% -
HSV(B) 260.13º 0.98% 0.61% -
XYZ 7.47 3.22 31.24 -
YUV 35.58 195.4 141.14 -
System Red Green Blue C M Y K H S L
Decimal 54 3 155 0.65 0.98 0 0.39 260.13 0.96 0.31
Hex 36 3 9B 41 62 0 27 104 60 1F
Octal 66 3 233 101 142 0 47 404 140 37
Binary 110110 11 10011011 1000001 1100010 0 100111 100000100 1100000 11111

Color Harmonies of #36039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36039B

Black with #36039B

Text Example


Text Example

White with #36039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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