Html Css Color HEX #200967 Persian Indigo

📋 copy color: '#200967'

red 32 ◦ green 9 ◦ blue 103

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

Shades of Persian Indigo #200967

Tints of Persian Indigo #200967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 71.53%

R = 22.22%
G = 6.25%
B = 71.53%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#200967 (or 0x200967) is known color: Persian Indigo. HEX triplet: 20, 09 and 67. RGB value is (32,9,103). Sum of RGB (Red+Green+Blue) = 32+9+103=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 103 (40.62% from 255 or 71.53% from 144); Max value from RGB is 103 - color contains mainly: blue. Hex color #200967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200967 is #DFF698. Grayscale: #1A1A1A. Windows color (decimal): -14677657 or 6752544. OLE color: 6752544.

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

Color convert

RGB 32 9 103 -
CMYK 0.69 0.91 0 0.60
HSL 254.68º 0.84% 0.22% -
HSV(B) 254.68º 0.91% 0.4% -
XYZ 3.14 1.48 12.95 -
YUV 26.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 32 9 103 0.69 0.91 0 0.60 254.68 0.84 0.22
Hex 20 9 67 45 5B 0 3C FF 54 16
Octal 40 11 147 105 133 0 74 377 124 26
Binary 100000 1001 1100111 1000101 1011011 0 111100 11111111 1010100 10110

Color Harmonies of #200967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200967

Black with #200967

Text Example


Text Example

White with #200967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200967; }

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

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

background-color css

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

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

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

border-color css

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

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

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