Html Css Color HEX #20057B Persian Indigo

📋 copy color: '#20057B'

red 32 ◦ green 5 ◦ blue 123

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

Shades of Persian Indigo #20057B

Tints of Persian Indigo #20057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 76.88%

R = 20%
G = 3.13%
B = 76.88%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#20057B (or 0x20057B) is known color: Persian Indigo. HEX triplet: 20, 05 and 7B. RGB value is (32,5,123). Sum of RGB (Red+Green+Blue) = 32+5+123=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #20057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20057B is #DFFA84. Grayscale: #1A1A1A. Windows color (decimal): -14678661 or 8062240. OLE color: 8062240.

HSL color Cylindrical-coordinate representation of color #20057B: hue angle of 253.73º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20057B is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 32 5 123 -
CMYK 0.74 0.96 0 0.52
HSL 253.73º 0.92% 0.25% -
HSV(B) 253.73º 0.96% 0.48% -
XYZ 4.23 1.85 18.87 -
YUV 26.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 32 5 123 0.74 0.96 0 0.52 253.73 0.92 0.25
Hex 20 5 7B 4A 60 0 34 FE 5C 19
Octal 40 5 173 112 140 0 64 376 134 31
Binary 100000 101 1111011 1001010 1100000 0 110100 11111110 1011100 11001

Color Harmonies of #20057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20057B

Black with #20057B

Text Example


Text Example

White with #20057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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