Html Css Color HEX #36016F Persian Indigo

📋 copy color: '#36016F'

red 54 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #36016F

Tints of Persian Indigo #36016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 32.53%
G = 0.6%
B = 66.87%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#36016F (or 0x36016F) is known color: Persian Indigo. HEX triplet: 36, 01 and 6F. RGB value is (54,1,111). Sum of RGB (Red+Green+Blue) = 54+1+111=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #36016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36016F is #C9FE90. Grayscale: #1D1D1D. Windows color (decimal): -13237905 or 7274806. OLE color: 7274806.

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

Color convert

RGB 54 1 111 -
CMYK 0.51 0.99 0 0.56
HSL 268.91º 0.98% 0.22% -
HSV(B) 268.91º 0.99% 0.44% -
XYZ 4.4 1.95 15.18 -
YUV 29.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 54 1 111 0.51 0.99 0 0.56 268.91 0.98 0.22
Hex 36 1 6F 33 63 0 38 10D 62 16
Octal 66 1 157 63 143 0 70 415 142 26
Binary 110110 1 1101111 110011 1100011 0 111000 100001101 1100010 10110

Color Harmonies of #36016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36016F

Black with #36016F

Text Example


Text Example

White with #36016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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