#210675

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

Shades of Persian Indigo #210675

Tints of Persian Indigo #210675

Color information

#210675 (or 0x210675) is unknown color: approx Persian Indigo. HEX triplet: 21, 06 and 75. RGB value is (33,6,117). Sum of RGB (Red+Green+Blue) = 33+6+117=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #210675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210675 is #DEF98A. Grayscale: #1A1A1A. Windows color (decimal): -14612875 or 7669281. OLE color: 7669281.

HSL color Cylindrical-coordinate representation of color #210675: hue angle of 254.59º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210675 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB336117-
CMYK0.720.9500.54
HSL254.59º90.24%24.12%-
HSV(B)254.59º94.87%45.88%-
XYZ3.91.7416.96-
YUV26.73178.95132.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 117 (46.09% from 255) = 75%
R=21.15%
G=3.85%
B=75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3361170.720.9500.54254.5990.2424.12
Hex21675485F036ff5a18
Octal41616511013706637713230
Binary100001110111010110010001011111011011011111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210675; }

 p { color: rgb(33,6,117); }

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

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

 a { background-color: rgb(33,6,117); }

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

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

 span { border-color: rgb(33,6,117); }

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