Html Css Color HEX #29219C Ultramarine

📋 copy color: '#29219C'

red 41 ◦ green 33 ◦ blue 156

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

Shades of Ultramarine #29219C

Tints of Ultramarine #29219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

 BLUE value IS 156 (61.33% from 255) = 67.83%

R = 17.83%
G = 14.35%
B = 67.83%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29219C (or 0x29219C) is known color: Ultramarine. HEX triplet: 29, 21 and 9C. RGB value is (41,33,156). Sum of RGB (Red+Green+Blue) = 41+33+156=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #29219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29219C is #D6DE63. Grayscale: #303030. Windows color (decimal): -14081636 or 10232105. OLE color: 10232105.

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

Color convert

RGB 41 33 156 -
CMYK 0.74 0.79 0 0.39
HSL 243.9º 0.65% 0.37% -
HSV(B) 243.9º 0.79% 0.61% -
XYZ 7.46 3.96 31.82 -
YUV 49.41 188.15 122 -
System Red Green Blue C M Y K H S L
Decimal 41 33 156 0.74 0.79 0 0.39 243.9 0.65 0.37
Hex 29 21 9C 4A 4F 0 27 F4 41 25
Octal 51 41 234 112 117 0 47 364 101 45
Binary 101001 100001 10011100 1001010 1001111 0 100111 11110100 1000001 100101

Color Harmonies of #29219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29219C

Black with #29219C

Text Example


Text Example

White with #29219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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