Html Css Color HEX #20005D Persian Indigo

📋 copy color: '#20005D'

red 32 ◦ green 0 ◦ blue 93

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

Shades of Persian Indigo #20005D

Tints of Persian Indigo #20005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 74.4%

R = 25.6%
G = 0%
B = 74.4%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20005D (or 0x20005D) is known color: Persian Indigo. HEX triplet: 20, 00 and 5D. RGB value is (32,0,93). Sum of RGB (Red+Green+Blue) = 32+0+93=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #20005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20005D is #DFFFA2. Grayscale: #131313. Windows color (decimal): -14679971 or 6094880. OLE color: 6094880.

HSL color Cylindrical-coordinate representation of color #20005D: hue angle of 260.65º 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 #20005D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 0 93 -
CMYK 0.66 1 0 0.64
HSL 260.65º 1% 0.18% -
HSV(B) 260.65º 1% 0.36% -
XYZ 2.57 1.1 10.43 -
YUV 20.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 32 0 93 0.66 1 0 0.64 260.65 1 0.18
Hex 20 0 5D 42 64 0 40 105 64 12
Octal 40 0 135 102 144 0 100 405 144 22
Binary 100000 0 1011101 1000010 1100100 0 1000000 100000101 1100100 10010

Color Harmonies of #20005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20005D

Black with #20005D

Text Example


Text Example

White with #20005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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