Html Css Color HEX #290595 Ultramarine

📋 copy color: '#290595'

red 41 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #290595

Tints of Ultramarine #290595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 149 (58.59% from 255) = 76.41%

R = 21.03%
G = 2.56%
B = 76.41%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290595 (or 0x290595) is known color: Ultramarine. HEX triplet: 29, 05 and 95. RGB value is (41,5,149). Sum of RGB (Red+Green+Blue) = 41+5+149=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #290595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290595 is #D6FA6A. Grayscale: #1F1F1F. Windows color (decimal): -14088811 or 9766185. OLE color: 9766185.

HSL color Cylindrical-coordinate representation of color #290595: hue angle of 255º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290595 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 5 149 -
CMYK 0.72 0.97 0 0.42
HSL 255º 0.94% 0.3% -
HSV(B) 255º 0.97% 0.58% -
XYZ 6.39 2.75 28.63 -
YUV 32.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 41 5 149 0.72 0.97 0 0.42 255 0.94 0.3
Hex 29 5 95 48 61 0 2A FF 5E 1E
Octal 51 5 225 110 141 0 52 377 136 36
Binary 101001 101 10010101 1001000 1100001 0 101010 11111111 1011110 11110

Color Harmonies of #290595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290595

Black with #290595

Text Example


Text Example

White with #290595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290595; }

 p { color: rgb(41,5,149); }

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

background-color css

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

 a { background-color: rgb(41,5,149); }

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

border-color css

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

 span { border-color: rgb(41,5,149); }

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