Html Css Color HEX #200C75 Persian Indigo

📋 copy color: '#200C75'

red 32 ◦ green 12 ◦ blue 117

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

Shades of Persian Indigo #200C75

Tints of Persian Indigo #200C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.45%

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

R = 19.88%
G = 7.45%
B = 72.67%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200C75 (or 0x200C75) is known color: Persian Indigo. HEX triplet: 20, 0C and 75. RGB value is (32,12,117). Sum of RGB (Red+Green+Blue) = 32+12+117=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #200C75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C75 is #DFF38A. Grayscale: #1D1D1D. Windows color (decimal): -14676875 or 7670816. OLE color: 7670816.

HSL color Cylindrical-coordinate representation of color #200C75: hue angle of 251.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200C75 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 12 117 -
CMYK 0.73 0.90 0 0.54
HSL 251.43º 0.81% 0.25% -
HSV(B) 251.43º 0.9% 0.46% -
XYZ 3.94 1.85 16.98 -
YUV 29.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 32 12 117 0.73 0.90 0 0.54 251.43 0.81 0.25
Hex 20 C 75 49 5A 0 36 FB 51 19
Octal 40 14 165 111 132 0 66 373 121 31
Binary 100000 1100 1110101 1001001 1011010 0 110110 11111011 1010001 11001

Color Harmonies of #200C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C75

Black with #200C75

Text Example


Text Example

White with #200C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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