Html Css Color HEX #291198 Ultramarine

📋 copy color: '#291198'

red 41 ◦ green 17 ◦ blue 152

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

Shades of Ultramarine #291198

Tints of Ultramarine #291198

RGB

 RED value IS 41 (16.41% from 255) = 19.52%

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 152 (59.77% from 255) = 72.38%

R = 19.52%
G = 8.1%
B = 72.38%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#291198 (or 0x291198) is known color: Ultramarine. HEX triplet: 29, 11 and 98. RGB value is (41,17,152). Sum of RGB (Red+Green+Blue) = 41+17+152=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #291198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291198 is #D6EE67. Grayscale: #272727. Windows color (decimal): -14085736 or 9965865. OLE color: 9965865.

HSL color Cylindrical-coordinate representation of color #291198: hue angle of 250.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291198 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 17 152 -
CMYK 0.73 0.89 0 0.40
HSL 250.67º 0.8% 0.33% -
HSV(B) 250.67º 0.89% 0.6% -
XYZ 6.78 3.14 29.95 -
YUV 39.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 41 17 152 0.73 0.89 0 0.40 250.67 0.8 0.33
Hex 29 11 98 49 59 0 28 FB 50 21
Octal 51 21 230 111 131 0 50 373 120 41
Binary 101001 10001 10011000 1001001 1011001 0 101000 11111011 1010000 100001

Color Harmonies of #291198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291198

Black with #291198

Text Example


Text Example

White with #291198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291198; }

 p { color: rgb(41,17,152); }

 H1.HeaderClassName
 {
   color: #291198;
 }
 .AnyTagClassName
 {
   color: #291198;
 }
</style>

background-color css

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

 a { background-color: rgb(41,17,152); }

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

border-color css

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

 span { border-color: rgb(41,17,152); }

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