Html Css Color HEX #20025B Persian Indigo

📋 copy color: '#20025B'

red 32 ◦ green 2 ◦ blue 91

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

Shades of Persian Indigo #20025B

Tints of Persian Indigo #20025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 25.6%
G = 1.6%
B = 72.8%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20025B (or 0x20025B) is known color: Persian Indigo. HEX triplet: 20, 02 and 5B. RGB value is (32,2,91). Sum of RGB (Red+Green+Blue) = 32+2+91=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #20025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20025B is #DFFDA4. Grayscale: #141414. Windows color (decimal): -14679461 or 5964320. OLE color: 5964320.

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

Color convert

RGB 32 2 91 -
CMYK 0.65 0.98 0 0.64
HSL 260.22º 0.96% 0.18% -
HSV(B) 260.22º 0.98% 0.36% -
XYZ 2.51 1.11 9.98 -
YUV 21.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 32 2 91 0.65 0.98 0 0.64 260.22 0.96 0.18
Hex 20 2 5B 41 62 0 40 104 60 12
Octal 40 2 133 101 142 0 100 404 140 22
Binary 100000 10 1011011 1000001 1100010 0 1000000 100000100 1100000 10010

Color Harmonies of #20025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20025B

Black with #20025B

Text Example


Text Example

White with #20025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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