Html Css Color HEX #200381 Persian Indigo

📋 copy color: '#200381'

red 32 ◦ green 3 ◦ blue 129

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

Shades of Persian Indigo #200381

Tints of Persian Indigo #200381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 78.66%

R = 19.51%
G = 1.83%
B = 78.66%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#200381 (or 0x200381) is known color: Persian Indigo. HEX triplet: 20, 03 and 81. RGB value is (32,3,129). Sum of RGB (Red+Green+Blue) = 32+3+129=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 129 (50.78% from 255 or 78.66% from 164); Max value from RGB is 129 - color contains mainly: blue. Hex color #200381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200381 is #DFFC7E. Grayscale: #191919. Windows color (decimal): -14679167 or 8454944. OLE color: 8454944.

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

Color convert

RGB 32 3 129 -
CMYK 0.75 0.98 0 0.49
HSL 253.81º 0.95% 0.26% -
HSV(B) 253.81º 0.98% 0.51% -
XYZ 4.59 1.96 20.9 -
YUV 26.04 186.11 132.25 -
System Red Green Blue C M Y K H S L
Decimal 32 3 129 0.75 0.98 0 0.49 253.81 0.95 0.26
Hex 20 3 81 4B 62 0 31 FE 5F 1A
Octal 40 3 201 113 142 0 61 376 137 32
Binary 100000 11 10000001 1001011 1100010 0 110001 11111110 1011111 11010

Color Harmonies of #200381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200381

Black with #200381

Text Example


Text Example

White with #200381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200381; }

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

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

background-color css

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

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

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

border-color css

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

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

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