#291EA1

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

Shades of Ultramarine #291EA1

Tints of Ultramarine #291EA1

Color information

#291EA1 (or 0x291EA1) is unknown color: approx Ultramarine. HEX triplet: 29, 1E and A1. RGB value is (41,30,161). Sum of RGB (Red+Green+Blue) = 41+30+161=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 161 (63.28% from 255 or 69.40% from 232); Max value from RGB is 161 - color contains mainly: blue. Hex color #291EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291EA1 is #D6E15E. Grayscale: #2F2F2F. Windows color (decimal): -14082399 or 10559017. OLE color: 10559017.

HSL color Cylindrical-coordinate representation of color #291EA1: hue angle of 245.04º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291EA1 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4130161-
CMYK0.750.8100.37
HSL245.04º68.59%37.45%-
HSV(B)245.04º81.37%63.14%-
XYZ7.813.9734.07-
YUV48.22191.64122.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 161 (63.28% from 255) = 69.40%
R=17.67%
G=12.93%
B=69.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41301610.750.8100.37245.0468.5937.45
Hex291EA14B51025f54525
Octal513624111312104536510545
Binary1010011111010100001100101110100010100101111101011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291EA1; }

 p { color: rgb(41,30,161); }

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

<style>
 a { background-color: #291EA1; }

 a { background-color: rgb(41,30,161); }

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

<style>
 span { border-color: #291EA1; }

 span { border-color: rgb(41,30,161); }

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