#210575

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

Shades of Persian Indigo #210575

Tints of Persian Indigo #210575

Color information

#210575 (or 0x210575) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 75. RGB value is (33,5,117). Sum of RGB (Red+Green+Blue) = 33+5+117=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #210575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210575 is #DEFA8A. Grayscale: #191919. Windows color (decimal): -14613131 or 7669025. OLE color: 7669025.

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

Color convert

RGB335117-
CMYK0.720.9600.54
HSL255º91.8%23.92%-
HSV(B)255º95.73%45.88%-
XYZ3.891.7216.96-
YUV26.14179.28132.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=21.29%
G=3.23%
B=75.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3351170.720.9600.5425591.823.92
Hex215754860036ff5c18
Octal41516511014006637713430
Binary100001101111010110010001100000011011011111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210575; }

 p { color: rgb(33,5,117); }

 H1.HeaderClassName
 {
   color: #210575;
 }
 .AnyTagClassName
 {
   color: #210575;
 }
</style>
background-color css

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

 a { background-color: rgb(33,5,117); }

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

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

 span { border-color: rgb(33,5,117); }

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