Html Css Color HEX #200375 Persian Indigo

📋 copy color: '#200375'

red 32 ◦ green 3 ◦ blue 117

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

Shades of Persian Indigo #200375

Tints of Persian Indigo #200375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 21.05%
G = 1.97%
B = 76.97%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200375 (or 0x200375) is known color: Persian Indigo. HEX triplet: 20, 03 and 75. RGB value is (32,3,117). Sum of RGB (Red+Green+Blue) = 32+3+117=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #200375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200375 is #DFFC8A. Grayscale: #181818. Windows color (decimal): -14679179 or 7668512. OLE color: 7668512.

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

Color convert

RGB 32 3 117 -
CMYK 0.73 0.97 0 0.54
HSL 255.26º 0.95% 0.24% -
HSV(B) 255.26º 0.97% 0.46% -
XYZ 3.84 1.66 16.95 -
YUV 24.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 32 3 117 0.73 0.97 0 0.54 255.26 0.95 0.24
Hex 20 3 75 49 61 0 36 FF 5F 18
Octal 40 3 165 111 141 0 66 377 137 30
Binary 100000 11 1110101 1001001 1100001 0 110110 11111111 1011111 11000

Color Harmonies of #200375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200375

Black with #200375

Text Example


Text Example

White with #200375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200375; }

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

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

background-color css

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

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

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

border-color css

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

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

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