Html Css Color HEX #29095A Christalle

📋 copy color: '#29095A'

red 41 ◦ green 9 ◦ blue 90

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

Shades of Christalle #29095A

Tints of Christalle #29095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.43%

 BLUE value IS 90 (35.55% from 255) = 64.29%

R = 29.29%
G = 6.43%
B = 64.29%

CMYK

 C value IS 0.54

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29095A (or 0x29095A) is known color: Christalle. HEX triplet: 29, 09 and 5A. RGB value is (41,9,90). Sum of RGB (Red+Green+Blue) = 41+9+90=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #29095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29095A is #D6F6A5. Grayscale: #1B1B1B. Windows color (decimal): -14087846 or 5900585. OLE color: 5900585.

HSL color Cylindrical-coordinate representation of color #29095A: hue angle of 263.7º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29095A is Cyan = 0.54, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 9 90 -
CMYK 0.54 0.9 0 0.65
HSL 263.7º 0.82% 0.19% -
HSV(B) 263.7º 0.9% 0.35% -
XYZ 2.86 1.4 9.79 -
YUV 27.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 41 9 90 0.54 0.9 0 0.65 263.7 0.82 0.19
Hex 29 9 5A 36 5A 0 41 108 52 13
Octal 51 11 132 66 132 0 101 410 122 23
Binary 101001 1001 1011010 110110 1011010 0 1000001 100001000 1010010 10011

Color Harmonies of #29095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29095A

Black with #29095A

Text Example


Text Example

White with #29095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29095A; }

 p { color: rgb(41,9,90); }

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

background-color css

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

 a { background-color: rgb(41,9,90); }

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

border-color css

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

 span { border-color: rgb(41,9,90); }

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