Html Css Color HEX #290493 Ultramarine

📋 copy color: '#290493'

red 41 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #290493

Tints of Ultramarine #290493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 76.56%

R = 21.35%
G = 2.08%
B = 76.56%

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

#290493 (or 0x290493) is known color: Ultramarine. HEX triplet: 29, 04 and 93. RGB value is (41,4,147). Sum of RGB (Red+Green+Blue) = 41+4+147=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #290493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290493 is #D6FB6C. Grayscale: #1E1E1E. Windows color (decimal): -14089069 or 9634857. OLE color: 9634857.

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

Color convert

RGB 41 4 147 -
CMYK 0.72 0.97 0 0.42
HSL 255.52º 0.95% 0.3% -
HSV(B) 255.52º 0.97% 0.58% -
XYZ 6.22 2.66 27.79 -
YUV 31.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 41 4 147 0.72 0.97 0 0.42 255.52 0.95 0.3
Hex 29 4 93 48 61 0 2A 100 5F 1E
Octal 51 4 223 110 141 0 52 400 137 36
Binary 101001 100 10010011 1001000 1100001 0 101010 100000000 1011111 11110

Color Harmonies of #290493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290493

Black with #290493

Text Example


Text Example

White with #290493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290493; }

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

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

background-color css

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

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

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

border-color css

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

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

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