Html Css Color HEX #290697 Ultramarine

📋 copy color: '#290697'

red 41 ◦ green 6 ◦ blue 151

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

Shades of Ultramarine #290697

Tints of Ultramarine #290697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 20.71%
G = 3.03%
B = 76.26%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#290697 (or 0x290697) is known color: Ultramarine. HEX triplet: 29, 06 and 97. RGB value is (41,6,151). Sum of RGB (Red+Green+Blue) = 41+6+151=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #290697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290697 is #D6F968. Grayscale: #202020. Windows color (decimal): -14088553 or 9897513. OLE color: 9897513.

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

Color convert

RGB 41 6 151 -
CMYK 0.73 0.96 0 0.41
HSL 254.48º 0.92% 0.31% -
HSV(B) 254.48º 0.96% 0.59% -
XYZ 6.57 2.84 29.48 -
YUV 33 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 41 6 151 0.73 0.96 0 0.41 254.48 0.92 0.31
Hex 29 6 97 49 60 0 29 FE 5C 1F
Octal 51 6 227 111 140 0 51 376 134 37
Binary 101001 110 10010111 1001001 1100000 0 101001 11111110 1011100 11111

Color Harmonies of #290697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290697

Black with #290697

Text Example


Text Example

White with #290697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290697; }

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

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

background-color css

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

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

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

border-color css

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

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

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