#292791

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

Shades of Ultramarine #292791

Tints of Ultramarine #292791

Color information

#292791 (or 0x292791) is unknown color: approx Ultramarine. HEX triplet: 29, 27 and 91. RGB value is (41,39,145). Sum of RGB (Red+Green+Blue) = 41+39+145=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #292791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292791 is #D6D86E. Grayscale: #333333. Windows color (decimal): -14080111 or 9512745. OLE color: 9512745.

HSL color Cylindrical-coordinate representation of color #292791: hue angle of 241.13º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292791 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4139145-
CMYK0.720.7300.43
HSL241.13º57.61%36.08%-
HSV(B)241.13º73.1%56.86%-
XYZ6.753.9727.2-
YUV51.68180.66120.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 145 (57.03% from 255) = 64.44%
R=18.22%
G=17.33%
B=64.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41391450.720.7300.43241.1357.6136.08
Hex292791484902Bf13a24
Octal51472211101110533617244
Binary1010011001111001000110010001001001010101111110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292791; }

 p { color: rgb(41,39,145); }

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

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

 a { background-color: rgb(41,39,145); }

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

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

 span { border-color: rgb(41,39,145); }

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