Html Css Color HEX #290492 Ultramarine

📋 copy color: '#290492'

red 41 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #290492

Tints of Ultramarine #290492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 76.44%

R = 21.47%
G = 2.09%
B = 76.44%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#290492 (or 0x290492) is known color: Ultramarine. HEX triplet: 29, 04 and 92. RGB value is (41,4,146). Sum of RGB (Red+Green+Blue) = 41+4+146=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #290492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290492 is #D6FB6D. Grayscale: #1E1E1E. Windows color (decimal): -14089070 or 9569321. OLE color: 9569321.

HSL color Cylindrical-coordinate representation of color #290492: hue angle of 255.63º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290492 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 4 146 -
CMYK 0.72 0.97 0 0.43
HSL 255.63º 0.95% 0.29% -
HSV(B) 255.63º 0.97% 0.57% -
XYZ 6.15 2.63 27.38 -
YUV 31.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 41 4 146 0.72 0.97 0 0.43 255.63 0.95 0.29
Hex 29 4 92 48 61 0 2B 100 5F 1D
Octal 51 4 222 110 141 0 53 400 137 35
Binary 101001 100 10010010 1001000 1100001 0 101011 100000000 1011111 11101

Color Harmonies of #290492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290492

Black with #290492

Text Example


Text Example

White with #290492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290492; }

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

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

background-color css

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

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

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

border-color css

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

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

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