#211BB1

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

Shades of Persian Blue #211BB1

Tints of Persian Blue #211BB1

Color information

#211BB1 (or 0x211BB1) is unknown color: approx Persian Blue. HEX triplet: 21, 1B and B1. RGB value is (33,27,177). Sum of RGB (Red+Green+Blue) = 33+27+177=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #211BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211BB1 is #DEE44E. Grayscale: #2D2D2D. Windows color (decimal): -14607439 or 11606817. OLE color: 11606817.

HSL color Cylindrical-coordinate representation of color #211BB1: hue angle of 242.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211BB1 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3327177-
CMYK0.810.8500.31
HSL242.4º73.53%40%-
HSV(B)242.4º84.75%69.41%-
XYZ8.954.2841.95-
YUV45.89201.99118.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 177 (69.53% from 255) = 74.68%
R=13.92%
G=11.39%
B=74.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33271770.810.8500.31242.473.5340
Hex211BB1515501Ff24a28
Octal413326112112503736211250
Binary100001110111011000110100011010101011111111100101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,27,177); }

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

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

 a { background-color: rgb(33,27,177); }

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

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

 span { border-color: rgb(33,27,177); }

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