Html Css Color HEX #36036F Persian Indigo

📋 copy color: '#36036F'

red 54 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #36036F

Tints of Persian Indigo #36036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.07%

R = 32.14%
G = 1.79%
B = 66.07%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#36036F (or 0x36036F) is known color: Persian Indigo. HEX triplet: 36, 03 and 6F. RGB value is (54,3,111). Sum of RGB (Red+Green+Blue) = 54+3+111=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #36036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36036F is #C9FC90. Grayscale: #1E1E1E. Windows color (decimal): -13237393 or 7275318. OLE color: 7275318.

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

Color convert

RGB 54 3 111 -
CMYK 0.51 0.97 0 0.56
HSL 268.33º 0.95% 0.22% -
HSV(B) 268.33º 0.97% 0.44% -
XYZ 4.42 2 15.19 -
YUV 30.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 54 3 111 0.51 0.97 0 0.56 268.33 0.95 0.22
Hex 36 3 6F 33 61 0 38 10C 5F 16
Octal 66 3 157 63 141 0 70 414 137 26
Binary 110110 11 1101111 110011 1100001 0 111000 100001100 1011111 10110

Color Harmonies of #36036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36036F

Black with #36036F

Text Example


Text Example

White with #36036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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