Html Css Color HEX #200769 Persian Indigo

📋 copy color: '#200769'

red 32 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #200769

Tints of Persian Indigo #200769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

 BLUE value IS 105 (41.41% from 255) = 72.92%

R = 22.22%
G = 4.86%
B = 72.92%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#200769 (or 0x200769) is known color: Persian Indigo. HEX triplet: 20, 07 and 69. RGB value is (32,7,105). Sum of RGB (Red+Green+Blue) = 32+7+105=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #200769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200769 is #DFF896. Grayscale: #191919. Windows color (decimal): -14678167 or 6883104. OLE color: 6883104.

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

Color convert

RGB 32 7 105 -
CMYK 0.70 0.93 0 0.59
HSL 255.31º 0.88% 0.22% -
HSV(B) 255.31º 0.93% 0.41% -
XYZ 3.22 1.48 13.48 -
YUV 25.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 32 7 105 0.70 0.93 0 0.59 255.31 0.88 0.22
Hex 20 7 69 46 5D 0 3B FF 58 16
Octal 40 7 151 106 135 0 73 377 130 26
Binary 100000 111 1101001 1000110 1011101 0 111011 11111111 1011000 10110

Color Harmonies of #200769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200769

Black with #200769

Text Example


Text Example

White with #200769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200769; }

 p { color: rgb(32,7,105); }

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

background-color css

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

 a { background-color: rgb(32,7,105); }

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

border-color css

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

 span { border-color: rgb(32,7,105); }

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