Html Css Color HEX #200068 Persian Indigo

📋 copy color: '#200068'

red 32 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #200068

Tints of Persian Indigo #200068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.53%
G = 0%
B = 76.47%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#200068 (or 0x200068) is known color: Persian Indigo. HEX triplet: 20, 00 and 68. RGB value is (32,0,104). Sum of RGB (Red+Green+Blue) = 32+0+104=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #200068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200068 is #DFFF97. Grayscale: #151515. Windows color (decimal): -14679960 or 6815776. OLE color: 6815776.

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

Color convert

RGB 32 0 104 -
CMYK 0.69 1 0 0.59
HSL 258.46º 1% 0.2% -
HSV(B) 258.46º 1% 0.41% -
XYZ 3.09 1.31 13.19 -
YUV 21.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 32 0 104 0.69 1 0 0.59 258.46 1 0.2
Hex 20 0 68 45 64 0 3B 102 64 14
Octal 40 0 150 105 144 0 73 402 144 24
Binary 100000 0 1101000 1000101 1100100 0 111011 100000010 1100100 10100

Color Harmonies of #200068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200068

Black with #200068

Text Example


Text Example

White with #200068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200068; }

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

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

background-color css

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

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

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

border-color css

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

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

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