#200375

Color #200375 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #200375

Tints of Persian Indigo #200375

Color information

#200375 (or 0x200375) is unknown color: approx 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

RGB323117-
CMYK0.730.9700.54
HSL255.26º95%23.53%-
HSV(B)255.26º97.44%45.88%-
XYZ3.841.6616.95-
YUV24.67180.11133.23-

RGB Variations

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

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 (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3231170.730.9700.54255.269523.53
Hex203754961036ff5f18
Octal40316511114106637713730
Binary10000011111010110010011100001011011011111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>