Html Css Color HEX #291192 Ultramarine

📋 copy color: '#291192'

red 41 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #291192

Tints of Ultramarine #291192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.57%

R = 20.1%
G = 8.33%
B = 71.57%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291192 (or 0x291192) is known color: Ultramarine. HEX triplet: 29, 11 and 92. RGB value is (41,17,146). Sum of RGB (Red+Green+Blue) = 41+17+146=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #291192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291192 is #D6EE6D. Grayscale: #262626. Windows color (decimal): -14085742 or 9572649. OLE color: 9572649.

HSL color Cylindrical-coordinate representation of color #291192: hue angle of 251.16º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291192 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 17 146 -
CMYK 0.72 0.88 0 0.43
HSL 251.16º 0.79% 0.32% -
HSV(B) 251.16º 0.88% 0.57% -
XYZ 6.3 2.95 27.43 -
YUV 38.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 41 17 146 0.72 0.88 0 0.43 251.16 0.79 0.32
Hex 29 11 92 48 58 0 2B FB 4F 20
Octal 51 21 222 110 130 0 53 373 117 40
Binary 101001 10001 10010010 1001000 1011000 0 101011 11111011 1001111 100000

Color Harmonies of #291192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291192

Black with #291192

Text Example


Text Example

White with #291192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291192; }

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

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

background-color css

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

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

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

border-color css

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

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

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