#291099

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

Shades of Ultramarine #291099

Tints of Ultramarine #291099

Color information

#291099 (or 0x291099) is unknown color: approx Ultramarine. HEX triplet: 29, 10 and 99. RGB value is (41,16,153). Sum of RGB (Red+Green+Blue) = 41+16+153=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #291099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291099 is #D6EF66. Grayscale: #262626. Windows color (decimal): -14085991 or 10031145. OLE color: 10031145.

HSL color Cylindrical-coordinate representation of color #291099: hue angle of 250.95º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #291099 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4116153-
CMYK0.730.9000.4
HSL250.95º81.07%33.14%-
HSV(B)250.95º89.54%60%-
XYZ6.853.1430.38-
YUV39.09192.28129.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 153 (60.16% from 255) = 72.86%
R=19.52%
G=7.62%
B=72.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41161530.730.9000.4250.9581.0733.14
Hex291099495A028fb5121
Octal512023111113205037312141
Binary1010011000010011001100100110110100101000111110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291099; }

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

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

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

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

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

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

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

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