#210961

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

Shades of Persian Indigo #210961

Tints of Persian Indigo #210961

Color information

#210961 (or 0x210961) is unknown color: approx Persian Indigo. HEX triplet: 21, 09 and 61. RGB value is (33,9,97). Sum of RGB (Red+Green+Blue) = 33+9+97=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #210961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210961 is #DEF69E. Grayscale: #191919. Windows color (decimal): -14612127 or 6359329. OLE color: 6359329.

HSL color Cylindrical-coordinate representation of color #210961: hue angle of 256.36º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210961 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33997-
CMYK0.660.9100.62
HSL256.36º83.02%20.78%-
HSV(B)256.36º90.72%38.04%-
XYZ2.881.3811.42-
YUV26.21167.95132.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=23.74%
G=6.47%
B=69.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal339970.660.9100.62256.3683.0220.78
Hex21961425B03E1005315
Octal411114110213307640012325
Binary10000110011100001100001010110110111110100000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210961; }

 p { color: rgb(33,9,97); }

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

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

 a { background-color: rgb(33,9,97); }

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

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

 span { border-color: rgb(33,9,97); }

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