Html Css Color HEX #200468 Persian Indigo

📋 copy color: '#200468'

red 32 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #200468

Tints of Persian Indigo #200468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 74.29%

R = 22.86%
G = 2.86%
B = 74.29%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#200468 (or 0x200468) is known color: Persian Indigo. HEX triplet: 20, 04 and 68. RGB value is (32,4,104). Sum of RGB (Red+Green+Blue) = 32+4+104=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #200468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200468 is #DFFB97. Grayscale: #171717. Windows color (decimal): -14678936 or 6816800. OLE color: 6816800.

HSL color Cylindrical-coordinate representation of color #200468: hue angle of 256.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200468 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 4 104 -
CMYK 0.69 0.96 0 0.59
HSL 256.8º 0.93% 0.21% -
HSV(B) 256.8º 0.96% 0.41% -
XYZ 3.14 1.39 13.2 -
YUV 23.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 32 4 104 0.69 0.96 0 0.59 256.8 0.93 0.21
Hex 20 4 68 45 60 0 3B 101 5D 15
Octal 40 4 150 105 140 0 73 401 135 25
Binary 100000 100 1101000 1000101 1100000 0 111011 100000001 1011101 10101

Color Harmonies of #200468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200468

Black with #200468

Text Example


Text Example

White with #200468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200468; }

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

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

background-color css

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

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

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

border-color css

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

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

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