#2A149B

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

Shades of Ultramarine #2A149B

Tints of Ultramarine #2A149B

Color information

#2A149B (or 0x2A149B) is unknown color: approx Ultramarine. HEX triplet: 2A, 14 and 9B. RGB value is (42,20,155). Sum of RGB (Red+Green+Blue) = 42+20+155=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A149B is #D5EB64. Grayscale: #292929. Windows color (decimal): -14019429 or 10163242. OLE color: 10163242.

HSL color Cylindrical-coordinate representation of color #2A149B: hue angle of 249.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A149B is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4220155-
CMYK0.730.8700.39
HSL249.78º77.14%34.31%-
HSV(B)249.78º87.1%60.78%-
XYZ7.123.3631.28-
YUV41.97191.79128.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 155 (60.94% from 255) = 71.43%
R=19.35%
G=9.22%
B=71.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42201550.730.8700.39249.7877.1434.31
Hex2A149B4957027fa4d22
Octal522423311112704737211542
Binary1010101010010011011100100110101110100111111110101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,20,155); }

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

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

 a { background-color: rgb(42,20,155); }

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

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

 span { border-color: rgb(42,20,155); }

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