Html Css Color HEX #291099 Ultramarine

📋 copy color: '#291099'

red 41 ◦ green 16 ◦ blue 153

#291099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #291099

Tints of Ultramarine #291099

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 value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#291099 (or 0x291099) is known color: 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

RGB 41 16 153 -
CMYK 0.73 0.90 0 0.4
HSL 250.95º 0.81% 0.33% -
HSV(B) 250.95º 0.9% 0.6% -
XYZ 6.85 3.14 30.38 -
YUV 39.09 192.28 129.36 -
System Red Green Blue C M Y K H S L
Decimal 41 16 153 0.73 0.90 0 0.4 250.95 0.81 0.33
Hex 29 10 99 49 5A 0 28 FB 51 21
Octal 51 20 231 111 132 0 50 373 121 41
Binary 101001 10000 10011001 1001001 1011010 0 101000 11111011 1010001 100001

Color Harmonies of #291099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291099

Black with #291099

Text Example


Text Example

White with #291099

Text Example


Text Example

HTML Codes & Css Web 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>