#29219E

Color #29219E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #29219E

Tints of Ultramarine #29219E

Color information

#29219E (or 0x29219E) is unknown color: approx Ultramarine. HEX triplet: 29, 21 and 9E. RGB value is (41,33,158). Sum of RGB (Red+Green+Blue) = 41+33+158=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #29219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29219E is #D6DE61. Grayscale: #313131. Windows color (decimal): -14081634 or 10363177. OLE color: 10363177.

HSL color Cylindrical-coordinate representation of color #29219E: hue angle of 243.84º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29219E is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4133158-
CMYK0.740.7900.38
HSL243.84º65.45%37.45%-
HSV(B)243.84º79.11%61.96%-
XYZ7.634.0332.72-
YUV49.64189.15121.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=17.67%
G=14.22%
B=68.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41331580.740.7900.38243.8465.4537.45
Hex29219E4A4F026f44125
Octal514123611211704636410145
Binary10100110000110011110100101010011110100110111101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29219E; }

 p { color: rgb(41,33,158); }

 H1.HeaderClassName
 {
   color: #29219E;
 }
 .AnyTagClassName
 {
   color: #29219E;
 }
</style>
background-color css

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

 a { background-color: rgb(41,33,158); }

 div.DivClassName
 {
   background-color: #29219E;
 }
 .BgClassName
 {
   background-color: #29219E;
 }
</style>
border-color css

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

 span { border-color: rgb(41,33,158); }

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