Html Css Color HEX #200464 Persian Indigo

📋 copy color: '#200464'

red 32 ◦ green 4 ◦ blue 100

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

Shades of Persian Indigo #200464

Tints of Persian Indigo #200464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 100 (39.45% from 255) = 73.53%

R = 23.53%
G = 2.94%
B = 73.53%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#200464 (or 0x200464) is known color: Persian Indigo. HEX triplet: 20, 04 and 64. RGB value is (32,4,100). Sum of RGB (Red+Green+Blue) = 32+4+100=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #200464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200464 is #DFFB9B. Grayscale: #161616. Windows color (decimal): -14678940 or 6554656. OLE color: 6554656.

HSL color Cylindrical-coordinate representation of color #200464: hue angle of 257.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200464 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 4 100 -
CMYK 0.68 0.96 0 0.61
HSL 257.5º 0.92% 0.2% -
HSV(B) 257.5º 0.96% 0.39% -
XYZ 2.94 1.31 12.16 -
YUV 23.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 32 4 100 0.68 0.96 0 0.61 257.5 0.92 0.2
Hex 20 4 64 44 60 0 3D 102 5C 14
Octal 40 4 144 104 140 0 75 402 134 24
Binary 100000 100 1100100 1000100 1100000 0 111101 100000010 1011100 10100

Color Harmonies of #200464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200464

Black with #200464

Text Example


Text Example

White with #200464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200464; }

 p { color: rgb(32,4,100); }

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

background-color css

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

 a { background-color: rgb(32,4,100); }

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

border-color css

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

 span { border-color: rgb(32,4,100); }

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