#211ec6

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

Shades of Persian Blue #211EC6

Tints of Persian Blue #211EC6

Color information

#211EC6 (or 0x211EC6) is unknown color: approx Persian Blue. HEX triplet: 21, 1E and C6. RGB value is (33,30,198). Sum of RGB (Red+Green+Blue) = 33+30+198=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 198 (77.73% from 255 or 75.86% from 261); Max value from RGB is 198 - color contains mainly: blue. Hex color #211EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EC6 is #DEE139. Grayscale: #313131. Windows color (decimal): -14606650 or 12983841. OLE color: 12983841.

HSL color Cylindrical-coordinate representation of color #211EC6: hue angle of 241.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211EC6 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3330198-
CMYK0.830.8500.22
HSL241.07º73.68%44.71%-
HSV(B)241.07º84.85%77.65%-
XYZ11.285.3353.86-
YUV50.05211.49115.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 198 (77.73% from 255) = 75.86%
R=12.64%
G=11.49%
B=75.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33301980.830.8500.22241.0773.6844.71
Hex211EC65355016f14a2d
Octal413630612312502636111255
Binary100001111101100011010100111010101010110111100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211ec6; }

 p { color: rgb(33,30,198); }

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

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

 a { background-color: rgb(33,30,198); }

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

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

 span { border-color: rgb(33,30,198); }

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