#2A1E9E

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

Shades of Ultramarine #2A1E9E

Tints of Ultramarine #2A1E9E

Color information

#2A1E9E (or 0x2A1E9E) is unknown color: approx Ultramarine. HEX triplet: 2A, 1E and 9E. RGB value is (42,30,158). Sum of RGB (Red+Green+Blue) = 42+30+158=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A1E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1E9E is #D5E161. Grayscale: #2F2F2F. Windows color (decimal): -14016866 or 10362410. OLE color: 10362410.

HSL color Cylindrical-coordinate representation of color #2A1E9E: hue angle of 245.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1E9E is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4230158-
CMYK0.730.8100.38
HSL245.62º68.09%36.86%-
HSV(B)245.62º81.01%61.96%-
XYZ7.593.8932.7-
YUV48.18189.98123.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 158 (62.11% from 255) = 68.70%
R=18.26%
G=13.04%
B=68.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42301580.730.8100.38245.6268.0936.86
Hex2A1E9E4951026f64425
Octal523623611112104636610445
Binary1010101111010011110100100110100010100110111101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,158); }

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

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

 a { background-color: rgb(42,30,158); }

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

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

 span { border-color: rgb(42,30,158); }

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