Html Css Color HEX #200965 Persian Indigo

📋 copy color: '#200965'

red 32 ◦ green 9 ◦ blue 101

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

Shades of Persian Indigo #200965

Tints of Persian Indigo #200965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 71.13%

R = 22.54%
G = 6.34%
B = 71.13%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#200965 (or 0x200965) is known color: Persian Indigo. HEX triplet: 20, 09 and 65. RGB value is (32,9,101). Sum of RGB (Red+Green+Blue) = 32+9+101=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #200965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200965 is #DFF69A. Grayscale: #1A1A1A. Windows color (decimal): -14677659 or 6621472. OLE color: 6621472.

HSL color Cylindrical-coordinate representation of color #200965: hue angle of 255º 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 #200965 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 9 101 -
CMYK 0.68 0.91 0 0.60
HSL 255º 0.84% 0.22% -
HSV(B) 255º 0.91% 0.4% -
XYZ 3.04 1.44 12.43 -
YUV 26.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 32 9 101 0.68 0.91 0 0.60 255 0.84 0.22
Hex 20 9 65 44 5B 0 3C FF 54 16
Octal 40 11 145 104 133 0 74 377 124 26
Binary 100000 1001 1100101 1000100 1011011 0 111100 11111111 1010100 10110

Color Harmonies of #200965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200965

Black with #200965

Text Example


Text Example

White with #200965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200965; }

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

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

background-color css

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

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

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

border-color css

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

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

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