Html Css Color HEX #290997 Ultramarine

📋 copy color: '#290997'

red 41 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #290997

Tints of Ultramarine #290997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 151 (59.38% from 255) = 75.12%

R = 20.4%
G = 4.48%
B = 75.12%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#290997 (or 0x290997) is known color: Ultramarine. HEX triplet: 29, 09 and 97. RGB value is (41,9,151). Sum of RGB (Red+Green+Blue) = 41+9+151=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #290997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290997 is #D6F668. Grayscale: #222222. Windows color (decimal): -14087785 or 9898281. OLE color: 9898281.

HSL color Cylindrical-coordinate representation of color #290997: hue angle of 253.52º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290997 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 9 151 -
CMYK 0.73 0.94 0 0.41
HSL 253.52º 0.89% 0.31% -
HSV(B) 253.52º 0.94% 0.59% -
XYZ 6.6 2.9 29.49 -
YUV 34.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 41 9 151 0.73 0.94 0 0.41 253.52 0.89 0.31
Hex 29 9 97 49 5E 0 29 FE 59 1F
Octal 51 11 227 111 136 0 51 376 131 37
Binary 101001 1001 10010111 1001001 1011110 0 101001 11111110 1011001 11111

Color Harmonies of #290997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290997

Black with #290997

Text Example


Text Example

White with #290997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290997; }

 p { color: rgb(41,9,151); }

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

background-color css

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

 a { background-color: rgb(41,9,151); }

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

border-color css

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

 span { border-color: rgb(41,9,151); }

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