#210967

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

Shades of Persian Indigo #210967

Tints of Persian Indigo #210967

Color information

#210967 (or 0x210967) is unknown color: approx Persian Indigo. HEX triplet: 21, 09 and 67. RGB value is (33,9,103). Sum of RGB (Red+Green+Blue) = 33+9+103=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #210967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210967 is #DEF698. Grayscale: #1A1A1A. Windows color (decimal): -14612121 or 6752545. OLE color: 6752545.

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

Color convert

RGB339103-
CMYK0.680.9100.60
HSL255.32º83.93%21.96%-
HSV(B)255.32º91.26%40.39%-
XYZ3.171.512.95-
YUV26.89170.95132.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 103 (40.62% from 255) = 71.03%
R=22.76%
G=6.21%
B=71.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3391030.680.9100.60255.3283.9321.96
Hex21967445B03Cff5416
Octal411114710413307437712426
Binary1000011001110011110001001011011011110011111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210967; }

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

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

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

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

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

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

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

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