Html Css Color HEX #20005C Persian Indigo

📋 copy color: '#20005C'

red 32 ◦ green 0 ◦ blue 92

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

Shades of Persian Indigo #20005C

Tints of Persian Indigo #20005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 74.19%

R = 25.81%
G = 0%
B = 74.19%

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

#20005C (or 0x20005C) is known color: Persian Indigo. HEX triplet: 20, 00 and 5C. RGB value is (32,0,92). Sum of RGB (Red+Green+Blue) = 32+0+92=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #20005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20005C is #DFFFA3. Grayscale: #131313. Windows color (decimal): -14679972 or 6029344. OLE color: 6029344.

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

Color convert

RGB 32 0 92 -
CMYK 0.65 1 0 0.64
HSL 260.87º 1% 0.18% -
HSV(B) 260.87º 1% 0.36% -
XYZ 2.53 1.08 10.2 -
YUV 20.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 32 0 92 0.65 1 0 0.64 260.87 1 0.18
Hex 20 0 5C 41 64 0 40 105 64 12
Octal 40 0 134 101 144 0 100 405 144 22
Binary 100000 0 1011100 1000001 1100100 0 1000000 100000101 1100100 10010

Color Harmonies of #20005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20005C

Black with #20005C

Text Example


Text Example

White with #20005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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