#210769

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

Shades of Persian Indigo #210769

Tints of Persian Indigo #210769

Color information

#210769 (or 0x210769) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 69. RGB value is (33,7,105). Sum of RGB (Red+Green+Blue) = 33+7+105=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #210769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210769 is #DEF896. Grayscale: #191919. Windows color (decimal): -14612631 or 6883105. OLE color: 6883105.

HSL color Cylindrical-coordinate representation of color #210769: hue angle of 255.92º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210769 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB337105-
CMYK0.690.9300.59
HSL255.92º87.5%21.96%-
HSV(B)255.92º93.33%41.18%-
XYZ3.251.513.48-
YUV25.95172.61133.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=22.76%
G=4.83%
B=72.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3371050.690.9300.59255.9287.521.96
Hex21769455D03B1005816
Octal41715110513507340013026
Binary1000011111101001100010110111010111011100000000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210769; }

 p { color: rgb(33,7,105); }

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

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

 a { background-color: rgb(33,7,105); }

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

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

 span { border-color: rgb(33,7,105); }

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