Html Css Color HEX #200075 Persian Indigo

📋 copy color: '#200075'

red 32 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #200075

Tints of Persian Indigo #200075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 78.52%

R = 21.48%
G = 0%
B = 78.52%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200075 (or 0x200075) is known color: Persian Indigo. HEX triplet: 20, 00 and 75. RGB value is (32,0,117). Sum of RGB (Red+Green+Blue) = 32+0+117=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #200075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200075 is #DFFF8A. Grayscale: #161616. Windows color (decimal): -14679947 or 7667744. OLE color: 7667744.

HSL color Cylindrical-coordinate representation of color #200075: hue angle of 256.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200075 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 0 117 -
CMYK 0.73 1 0 0.54
HSL 256.41º 1% 0.23% -
HSV(B) 256.41º 1% 0.46% -
XYZ 3.81 1.59 16.94 -
YUV 22.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 32 0 117 0.73 1 0 0.54 256.41 1 0.23
Hex 20 0 75 49 64 0 36 100 64 17
Octal 40 0 165 111 144 0 66 400 144 27
Binary 100000 0 1110101 1001001 1100100 0 110110 100000000 1100100 10111

Color Harmonies of #200075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200075

Black with #200075

Text Example


Text Example

White with #200075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200075; }

 p { color: rgb(32,0,117); }

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

background-color css

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

 a { background-color: rgb(32,0,117); }

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

border-color css

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

 span { border-color: rgb(32,0,117); }

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