#2A1495

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

Shades of Ultramarine #2A1495

Tints of Ultramarine #2A1495

Color information

#2A1495 (or 0x2A1495) is unknown color: approx Ultramarine. HEX triplet: 2A, 14 and 95. RGB value is (42,20,149). Sum of RGB (Red+Green+Blue) = 42+20+149=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A1495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1495 is #D5EB6A. Grayscale: #282828. Windows color (decimal): -14019435 or 9770026. OLE color: 9770026.

HSL color Cylindrical-coordinate representation of color #2A1495: hue angle of 250.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1495 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4220149-
CMYK0.720.8700.42
HSL250.23º76.33%33.14%-
HSV(B)250.23º86.58%58.43%-
XYZ6.633.1628.69-
YUV41.28188.79128.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=19.91%
G=9.48%
B=70.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42201490.720.8700.42250.2376.3333.14
Hex2A1495485702Afa4c21
Octal522422511012705237211441
Binary1010101010010010101100100010101110101010111110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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