Html Css Color HEX #36006B Persian Indigo

📋 copy color: '#36006B'

red 54 ◦ green 0 ◦ blue 107

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

Shades of Persian Indigo #36006B

Tints of Persian Indigo #36006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.54%
G = 0%
B = 66.46%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36006B (or 0x36006B) is known color: Persian Indigo. HEX triplet: 36, 00 and 6B. RGB value is (54,0,107). Sum of RGB (Red+Green+Blue) = 54+0+107=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #36006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36006B is #C9FF94. Grayscale: #1B1B1B. Windows color (decimal): -13238165 or 7012406. OLE color: 7012406.

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

Color convert

RGB 54 0 107 -
CMYK 0.50 1 0 0.58
HSL 270.28º 1% 0.21% -
HSV(B) 270.28º 1% 0.42% -
XYZ 4.18 1.85 14.05 -
YUV 28.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 54 0 107 0.50 1 0 0.58 270.28 1 0.21
Hex 36 0 6B 32 64 0 3A 10E 64 15
Octal 66 0 153 62 144 0 72 416 144 25
Binary 110110 0 1101011 110010 1100100 0 111010 100001110 1100100 10101

Color Harmonies of #36006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36006B

Black with #36006B

Text Example


Text Example

White with #36006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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