Html Css Color HEX #36016B Persian Indigo

📋 copy color: '#36016B'

red 54 ◦ green 1 ◦ blue 107

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

Shades of Persian Indigo #36016B

Tints of Persian Indigo #36016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.05%

R = 33.33%
G = 0.62%
B = 66.05%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36016B (or 0x36016B) is known color: Persian Indigo. HEX triplet: 36, 01 and 6B. RGB value is (54,1,107). Sum of RGB (Red+Green+Blue) = 54+1+107=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #36016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36016B is #C9FE94. Grayscale: #1C1C1C. Windows color (decimal): -13237909 or 7012662. OLE color: 7012662.

HSL color Cylindrical-coordinate representation of color #36016B: hue angle of 270º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36016B is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 1 107 -
CMYK 0.50 0.99 0 0.58
HSL 270º 0.98% 0.21% -
HSV(B) 270º 0.99% 0.42% -
XYZ 4.19 1.87 14.05 -
YUV 28.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 54 1 107 0.50 0.99 0 0.58 270 0.98 0.21
Hex 36 1 6B 32 63 0 3A 10E 62 15
Octal 66 1 153 62 143 0 72 416 142 25
Binary 110110 1 1101011 110010 1100011 0 111010 100001110 1100010 10101

Color Harmonies of #36016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36016B

Black with #36016B

Text Example


Text Example

White with #36016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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