#210163

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

Shades of Persian Indigo #210163

Tints of Persian Indigo #210163

Color information

#210163 (or 0x210163) is unknown color: approx Persian Indigo. HEX triplet: 21, 01 and 63. RGB value is (33,1,99). Sum of RGB (Red+Green+Blue) = 33+1+99=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #210163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210163 is #DEFE9C. Grayscale: #151515. Windows color (decimal): -14614173 or 6488353. OLE color: 6488353.

HSL color Cylindrical-coordinate representation of color #210163: hue angle of 259.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210163 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB33199-
CMYK0.670.9900.61
HSL259.59º98%19.61%-
HSV(B)259.59º98.99%38.82%-
XYZ2.891.2511.89-
YUV21.74171.6136.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=24.81%
G=0.75%
B=74.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal331990.670.9900.61259.599819.61
Hex21163436303D1046214
Octal41114310314307540414224
Binary10000111100011100001111000110111101100000100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210163; }

 p { color: rgb(33,1,99); }

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

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

 a { background-color: rgb(33,1,99); }

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

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

 span { border-color: rgb(33,1,99); }

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