Html Css Color HEX #20055D Persian Indigo

📋 copy color: '#20055D'

red 32 ◦ green 5 ◦ blue 93

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

Shades of Persian Indigo #20055D

Tints of Persian Indigo #20055D

RGB

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

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

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

R = 24.62%
G = 3.85%
B = 71.54%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20055D (or 0x20055D) is known color: Persian Indigo. HEX triplet: 20, 05 and 5D. RGB value is (32,5,93). Sum of RGB (Red+Green+Blue) = 32+5+93=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #20055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20055D is #DFFAA2. Grayscale: #161616. Windows color (decimal): -14678691 or 6096160. OLE color: 6096160.

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

Color convert

RGB 32 5 93 -
CMYK 0.66 0.95 0 0.64
HSL 258.41º 0.9% 0.19% -
HSV(B) 258.41º 0.95% 0.36% -
XYZ 2.63 1.21 10.45 -
YUV 23.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 32 5 93 0.66 0.95 0 0.64 258.41 0.9 0.19
Hex 20 5 5D 42 5F 0 40 102 5A 13
Octal 40 5 135 102 137 0 100 402 132 23
Binary 100000 101 1011101 1000010 1011111 0 1000000 100000010 1011010 10011

Color Harmonies of #20055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20055D

Black with #20055D

Text Example


Text Example

White with #20055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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