Html Css Color HEX #200968 Persian Indigo

📋 copy color: '#200968'

red 32 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #200968

Tints of Persian Indigo #200968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 22.07%
G = 6.21%
B = 71.72%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#200968 (or 0x200968) is known color: Persian Indigo. HEX triplet: 20, 09 and 68. RGB value is (32,9,104). Sum of RGB (Red+Green+Blue) = 32+9+104=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #200968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200968 is #DFF697. Grayscale: #1A1A1A. Windows color (decimal): -14677656 or 6818080. OLE color: 6818080.

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

Color convert

RGB 32 9 104 -
CMYK 0.69 0.91 0 0.59
HSL 254.53º 0.84% 0.22% -
HSV(B) 254.53º 0.91% 0.41% -
XYZ 3.19 1.5 13.22 -
YUV 26.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 32 9 104 0.69 0.91 0 0.59 254.53 0.84 0.22
Hex 20 9 68 45 5B 0 3B FF 54 16
Octal 40 11 150 105 133 0 73 377 124 26
Binary 100000 1001 1101000 1000101 1011011 0 111011 11111111 1010100 10110

Color Harmonies of #200968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200968

Black with #200968

Text Example


Text Example

White with #200968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200968; }

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

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

background-color css

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

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

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

border-color css

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

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

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