#291295

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

Shades of Ultramarine #291295

Tints of Ultramarine #291295

Color information

#291295 (or 0x291295) is unknown color: approx Ultramarine. HEX triplet: 29, 12 and 95. RGB value is (41,18,149). Sum of RGB (Red+Green+Blue) = 41+18+149=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #291295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291295 is #D6ED6A. Grayscale: #272727. Windows color (decimal): -14085483 or 9769513. OLE color: 9769513.

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

Color convert

RGB4118149-
CMYK0.720.8800.42
HSL250.53º78.44%32.75%-
HSV(B)250.53º87.92%58.43%-
XYZ6.563.0728.68-
YUV39.81189.62128.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 149 (58.59% from 255) = 71.63%
R=19.71%
G=8.65%
B=71.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41181490.720.8800.42250.5378.4432.75
Hex291295485802Afb4e21
Octal512222511013005237311641
Binary1010011001010010101100100010110000101010111110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291295; }

 p { color: rgb(41,18,149); }

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

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

 a { background-color: rgb(41,18,149); }

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

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

 span { border-color: rgb(41,18,149); }

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