Html Css Color HEX #290494 Ultramarine

📋 copy color: '#290494'

red 41 ◦ green 4 ◦ blue 148

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

Shades of Ultramarine #290494

Tints of Ultramarine #290494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 148 (58.2% from 255) = 76.68%

R = 21.24%
G = 2.07%
B = 76.68%

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

#290494 (or 0x290494) is known color: Ultramarine. HEX triplet: 29, 04 and 94. RGB value is (41,4,148). Sum of RGB (Red+Green+Blue) = 41+4+148=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #290494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290494 is #D6FB6B. Grayscale: #1E1E1E. Windows color (decimal): -14089068 or 9700393. OLE color: 9700393.

HSL color Cylindrical-coordinate representation of color #290494: hue angle of 255.42º degrees, saturation: 0.95, 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 #290494 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 4 148 -
CMYK 0.72 0.97 0 0.42
HSL 255.42º 0.95% 0.3% -
HSV(B) 255.42º 0.97% 0.58% -
XYZ 6.3 2.7 28.21 -
YUV 31.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 41 4 148 0.72 0.97 0 0.42 255.42 0.95 0.3
Hex 29 4 94 48 61 0 2A FF 5F 1E
Octal 51 4 224 110 141 0 52 377 137 36
Binary 101001 100 10010100 1001000 1100001 0 101010 11111111 1011111 11110

Color Harmonies of #290494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290494

Black with #290494

Text Example


Text Example

White with #290494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290494; }

 p { color: rgb(41,4,148); }

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

background-color css

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

 a { background-color: rgb(41,4,148); }

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

border-color css

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

 span { border-color: rgb(41,4,148); }

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