Html Css Color HEX #20005B Persian Indigo

📋 copy color: '#20005B'

red 32 ◦ green 0 ◦ blue 91

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

Shades of Persian Indigo #20005B

Tints of Persian Indigo #20005B

RGB

 RED value IS 32 (12.89% from 255) = 26.02%

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

 BLUE value IS 91 (35.94% from 255) = 73.98%

R = 26.02%
G = 0%
B = 73.98%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20005B (or 0x20005B) is known color: Persian Indigo. HEX triplet: 20, 00 and 5B. RGB value is (32,0,91). Sum of RGB (Red+Green+Blue) = 32+0+91=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #20005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20005B is #DFFFA4. Grayscale: #131313. Windows color (decimal): -14679973 or 5963808. OLE color: 5963808.

HSL color Cylindrical-coordinate representation of color #20005B: hue angle of 261.1º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20005B is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 0 91 -
CMYK 0.65 1 0 0.64
HSL 261.1º 1% 0.18% -
HSV(B) 261.1º 1% 0.36% -
XYZ 2.48 1.06 9.97 -
YUV 19.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 32 0 91 0.65 1 0 0.64 261.1 1 0.18
Hex 20 0 5B 41 64 0 40 105 64 12
Octal 40 0 133 101 144 0 100 405 144 22
Binary 100000 0 1011011 1000001 1100100 0 1000000 100000101 1100100 10010

Color Harmonies of #20005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20005B

Black with #20005B

Text Example


Text Example

White with #20005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,0,91); }

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

background-color css

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

 a { background-color: rgb(32,0,91); }

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

border-color css

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

 span { border-color: rgb(32,0,91); }

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