#210567

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

Shades of Persian Indigo #210567

Tints of Persian Indigo #210567

Color information

#210567 (or 0x210567) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 67. RGB value is (33,5,103). Sum of RGB (Red+Green+Blue) = 33+5+103=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #210567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210567 is #DEFA98. Grayscale: #181818. Windows color (decimal): -14613145 or 6751521. OLE color: 6751521.

HSL color Cylindrical-coordinate representation of color #210567: hue angle of 257.14º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210567 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB335103-
CMYK0.680.9500.60
HSL257.14º90.74%21.18%-
HSV(B)257.14º95.15%40.39%-
XYZ3.131.4112.94-
YUV24.54172.28134.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 103 (40.62% from 255) = 73.05%
R=23.40%
G=3.55%
B=73.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3351030.680.9500.60257.1490.7421.18
Hex21567445F03C1015b15
Octal41514710413707440113325
Binary1000011011100111100010010111110111100100000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210567; }

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

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

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

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

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

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

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

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