Html Css Color HEX #200568 Persian Indigo

📋 copy color: '#200568'

red 32 ◦ green 5 ◦ blue 104

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

Shades of Persian Indigo #200568

Tints of Persian Indigo #200568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 22.7%
G = 3.55%
B = 73.76%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#200568 (or 0x200568) is known color: Persian Indigo. HEX triplet: 20, 05 and 68. RGB value is (32,5,104). Sum of RGB (Red+Green+Blue) = 32+5+104=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #200568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200568 is #DFFA97. Grayscale: #171717. Windows color (decimal): -14678680 or 6817056. OLE color: 6817056.

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

Color convert

RGB 32 5 104 -
CMYK 0.69 0.95 0 0.59
HSL 256.36º 0.91% 0.21% -
HSV(B) 256.36º 0.95% 0.41% -
XYZ 3.15 1.42 13.2 -
YUV 24.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 32 5 104 0.69 0.95 0 0.59 256.36 0.91 0.21
Hex 20 5 68 45 5F 0 3B 100 5B 15
Octal 40 5 150 105 137 0 73 400 133 25
Binary 100000 101 1101000 1000101 1011111 0 111011 100000000 1011011 10101

Color Harmonies of #200568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200568

Black with #200568

Text Example


Text Example

White with #200568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200568; }

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

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

background-color css

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

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

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

border-color css

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

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

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