#2A1AA1

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

Shades of Ultramarine #2A1AA1

Tints of Ultramarine #2A1AA1

Color information

#2A1AA1 (or 0x2A1AA1) is unknown color: approx Ultramarine. HEX triplet: 2A, 1A and A1. RGB value is (42,26,161). Sum of RGB (Red+Green+Blue) = 42+26+161=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 161 (63.28% from 255 or 70.31% from 229); Max value from RGB is 161 - color contains mainly: blue. Hex color #2A1AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1AA1 is #D5E55E. Grayscale: #2D2D2D. Windows color (decimal): -14017887 or 10557994. OLE color: 10557994.

HSL color Cylindrical-coordinate representation of color #2A1AA1: hue angle of 247.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1AA1 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4226161-
CMYK0.740.8400.37
HSL247.11º72.19%36.67%-
HSV(B)247.11º83.85%63.14%-
XYZ7.763.834.04-
YUV46.17192.8125.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 161 (63.28% from 255) = 70.31%
R=18.34%
G=11.35%
B=70.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42261610.740.8400.37247.1172.1936.67
Hex2A1AA14A54025f74825
Octal523224111212404536711045
Binary1010101101010100001100101010101000100101111101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,26,161); }

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

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

 a { background-color: rgb(42,26,161); }

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

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

 span { border-color: rgb(42,26,161); }

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