Html Css Color HEX #291398 Ultramarine

📋 copy color: '#291398'

red 41 ◦ green 19 ◦ blue 152

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

Shades of Ultramarine #291398

Tints of Ultramarine #291398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 19.34%
G = 8.96%
B = 71.7%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#291398 (or 0x291398) is known color: Ultramarine. HEX triplet: 29, 13 and 98. RGB value is (41,19,152). Sum of RGB (Red+Green+Blue) = 41+19+152=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #291398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291398 is #D6EC67. Grayscale: #282828. Windows color (decimal): -14085224 or 9966377. OLE color: 9966377.

HSL color Cylindrical-coordinate representation of color #291398: hue angle of 249.92º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291398 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 19 152 -
CMYK 0.73 0.87 0 0.40
HSL 249.92º 0.78% 0.34% -
HSV(B) 249.92º 0.88% 0.6% -
XYZ 6.81 3.2 29.97 -
YUV 40.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 41 19 152 0.73 0.87 0 0.40 249.92 0.78 0.34
Hex 29 13 98 49 57 0 28 FA 4E 22
Octal 51 23 230 111 127 0 50 372 116 42
Binary 101001 10011 10011000 1001001 1010111 0 101000 11111010 1001110 100010

Color Harmonies of #291398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291398

Black with #291398

Text Example


Text Example

White with #291398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291398; }

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

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

background-color css

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

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

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

border-color css

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

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

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