Html Css Color HEX #20055C Persian Indigo

📋 copy color: '#20055C'

red 32 ◦ green 5 ◦ blue 92

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

Shades of Persian Indigo #20055C

Tints of Persian Indigo #20055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

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

R = 24.81%
G = 3.88%
B = 71.32%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20055C (or 0x20055C) is known color: Persian Indigo. HEX triplet: 20, 05 and 5C. RGB value is (32,5,92). Sum of RGB (Red+Green+Blue) = 32+5+92=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #20055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20055C is #DFFAA3. Grayscale: #161616. Windows color (decimal): -14678692 or 6030624. OLE color: 6030624.

HSL color Cylindrical-coordinate representation of color #20055C: hue angle of 258.62º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20055C is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 5 92 -
CMYK 0.65 0.95 0 0.64
HSL 258.62º 0.9% 0.19% -
HSV(B) 258.62º 0.95% 0.36% -
XYZ 2.58 1.19 10.22 -
YUV 22.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 32 5 92 0.65 0.95 0 0.64 258.62 0.9 0.19
Hex 20 5 5C 41 5F 0 40 103 5A 13
Octal 40 5 134 101 137 0 100 403 132 23
Binary 100000 101 1011100 1000001 1011111 0 1000000 100000011 1011010 10011

Color Harmonies of #20055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20055C

Black with #20055C

Text Example


Text Example

White with #20055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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