#2A1BAB

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

Shades of Ultramarine #2A1BAB

Tints of Ultramarine #2A1BAB

Color information

#2A1BAB (or 0x2A1BAB) is unknown color: approx Ultramarine. HEX triplet: 2A, 1B and AB. RGB value is (42,27,171). Sum of RGB (Red+Green+Blue) = 42+27+171=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A1BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1BAB is #D5E454. Grayscale: #2F2F2F. Windows color (decimal): -14017621 or 11213610. OLE color: 11213610.

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

Color convert

RGB4227171-
CMYK0.750.8400.33
HSL246.25º72.73%38.82%-
HSV(B)246.25º84.21%67.06%-
XYZ8.74.2238.88-
YUV47.9197.47123.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=17.5%
G=11.25%
B=71.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42271710.750.8400.33246.2572.7338.82
Hex2A1BAB4B54021f64927
Octal523325311312404136611147
Binary1010101101110101011100101110101000100001111101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,27,171); }

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

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

 a { background-color: rgb(42,27,171); }

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

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

 span { border-color: rgb(42,27,171); }

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