#2B1EAB

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

Shades of Persian Blue #2B1EAB

Tints of Persian Blue #2B1EAB

Color information

#2B1EAB (or 0x2B1EAB) is unknown color: approx Persian Blue. HEX triplet: 2B, 1E and AB. RGB value is (43,30,171). Sum of RGB (Red+Green+Blue) = 43+30+171=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1EAB is #D4E154. Grayscale: #313131. Windows color (decimal): -13951317 or 11214379. OLE color: 11214379.

HSL color Cylindrical-coordinate representation of color #2B1EAB: hue angle of 245.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1EAB is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4330171-
CMYK0.750.8200.33
HSL245.53º70.15%39.41%-
HSV(B)245.53º82.46%67.06%-
XYZ8.814.3838.91-
YUV49.96196.31123.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 171 (67.19% from 255) = 70.08%
R=17.62%
G=12.30%
B=70.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43301710.750.8200.33245.5370.1539.41
Hex2B1EAB4B52021f64627
Octal533625311312204136610647
Binary1010111111010101011100101110100100100001111101101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1EAB; }

 p { color: rgb(43,30,171); }

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

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

 a { background-color: rgb(43,30,171); }

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

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

 span { border-color: rgb(43,30,171); }

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