#2A1399

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

Shades of Ultramarine #2A1399

Tints of Ultramarine #2A1399

Color information

#2A1399 (or 0x2A1399) is unknown color: approx Ultramarine. HEX triplet: 2A, 13 and 99. RGB value is (42,19,153). Sum of RGB (Red+Green+Blue) = 42+19+153=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A1399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1399 is #D5EC66. Grayscale: #282828. Windows color (decimal): -14019687 or 10031914. OLE color: 10031914.

HSL color Cylindrical-coordinate representation of color #2A1399: hue angle of 250.3º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1399 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4219153-
CMYK0.730.8800.4
HSL250.3º77.91%33.73%-
HSV(B)250.3º87.58%60%-
XYZ6.943.2630.4-
YUV41.15191.12128.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 153 (60.16% from 255) = 71.50%
R=19.63%
G=8.88%
B=71.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42191530.730.8800.4250.377.9133.73
Hex2A13994958028fa4e22
Octal522323111113005037211642
Binary1010101001110011001100100110110000101000111110101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,19,153); }

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

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

 a { background-color: rgb(42,19,153); }

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

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

 span { border-color: rgb(42,19,153); }

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