Html Css Color HEX #200380 Persian Indigo

📋 copy color: '#200380'

red 32 ◦ green 3 ◦ blue 128

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

Shades of Persian Indigo #200380

Tints of Persian Indigo #200380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

 BLUE value IS 128 (50.39% from 255) = 78.53%

R = 19.63%
G = 1.84%
B = 78.53%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#200380 (or 0x200380) is known color: Persian Indigo. HEX triplet: 20, 03 and 80. RGB value is (32,3,128). Sum of RGB (Red+Green+Blue) = 32+3+128=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #200380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200380 is #DFFC7F. Grayscale: #191919. Windows color (decimal): -14679168 or 8389408. OLE color: 8389408.

HSL color Cylindrical-coordinate representation of color #200380: hue angle of 253.92º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200380 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 3 128 -
CMYK 0.75 0.98 0 0.50
HSL 253.92º 0.95% 0.26% -
HSV(B) 253.92º 0.98% 0.5% -
XYZ 4.52 1.93 20.56 -
YUV 25.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 32 3 128 0.75 0.98 0 0.50 253.92 0.95 0.26
Hex 20 3 80 4B 62 0 32 FE 5F 1A
Octal 40 3 200 113 142 0 62 376 137 32
Binary 100000 11 10000000 1001011 1100010 0 110010 11111110 1011111 11010

Color Harmonies of #200380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200380

Black with #200380

Text Example


Text Example

White with #200380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200380; }

 p { color: rgb(32,3,128); }

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

background-color css

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

 a { background-color: rgb(32,3,128); }

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

border-color css

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

 span { border-color: rgb(32,3,128); }

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