#291C99

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

Shades of Ultramarine #291C99

Tints of Ultramarine #291C99

Color information

#291C99 (or 0x291C99) is unknown color: approx Ultramarine. HEX triplet: 29, 1C and 99. RGB value is (41,28,153). Sum of RGB (Red+Green+Blue) = 41+28+153=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #291C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C99 is #D6E366. Grayscale: #2D2D2D. Windows color (decimal): -14082919 or 10034217. OLE color: 10034217.

HSL color Cylindrical-coordinate representation of color #291C99: hue angle of 246.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291C99 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4128153-
CMYK0.730.8200.4
HSL246.24º69.06%35.49%-
HSV(B)246.24º81.7%60%-
XYZ7.083.630.46-
YUV46.14188.31124.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 153 (60.16% from 255) = 68.92%
R=18.47%
G=12.61%
B=68.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41281530.730.8200.4246.2469.0635.49
Hex291C994952028f64523
Octal513423111112205036610543
Binary1010011110010011001100100110100100101000111101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,28,153); }

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

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

 a { background-color: rgb(41,28,153); }

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

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

 span { border-color: rgb(41,28,153); }

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