Html Css Color HEX #291298 Ultramarine

📋 copy color: '#291298'

red 41 ◦ green 18 ◦ blue 152

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

Shades of Ultramarine #291298

Tints of Ultramarine #291298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

 BLUE value IS 152 (59.77% from 255) = 72.04%

R = 19.43%
G = 8.53%
B = 72.04%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#291298 (or 0x291298) is known color: Ultramarine. HEX triplet: 29, 12 and 98. RGB value is (41,18,152). Sum of RGB (Red+Green+Blue) = 41+18+152=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #291298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291298 is #D6ED67. Grayscale: #272727. Windows color (decimal): -14085480 or 9966121. OLE color: 9966121.

HSL color Cylindrical-coordinate representation of color #291298: hue angle of 250.3º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291298 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 18 152 -
CMYK 0.73 0.88 0 0.40
HSL 250.3º 0.79% 0.33% -
HSV(B) 250.3º 0.88% 0.6% -
XYZ 6.8 3.17 29.96 -
YUV 40.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 41 18 152 0.73 0.88 0 0.40 250.3 0.79 0.33
Hex 29 12 98 49 58 0 28 FA 4F 21
Octal 51 22 230 111 130 0 50 372 117 41
Binary 101001 10010 10011000 1001001 1011000 0 101000 11111010 1001111 100001

Color Harmonies of #291298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291298

Black with #291298

Text Example


Text Example

White with #291298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291298; }

 p { color: rgb(41,18,152); }

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

background-color css

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

 a { background-color: rgb(41,18,152); }

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

border-color css

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

 span { border-color: rgb(41,18,152); }

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