#210767

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

Shades of Persian Indigo #210767

Tints of Persian Indigo #210767

Color information

#210767 (or 0x210767) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 67. RGB value is (33,7,103). Sum of RGB (Red+Green+Blue) = 33+7+103=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #210767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210767 is #DEF898. Grayscale: #191919. Windows color (decimal): -14612633 or 6752033. OLE color: 6752033.

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

Color convert

RGB337103-
CMYK0.680.9300.60
HSL256.25º87.27%21.57%-
HSV(B)256.25º93.2%40.39%-
XYZ3.151.4512.95-
YUV25.72171.61133.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 103 (40.62% from 255) = 72.03%
R=23.08%
G=4.90%
B=72.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3371030.680.9300.60256.2587.2721.57
Hex21767445D03C1005716
Octal41714710413507440012726
Binary1000011111100111100010010111010111100100000000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210767; }

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

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

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

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

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

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

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

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