Html Css Color HEX #29155B Christalle

📋 copy color: '#29155B'

red 41 ◦ green 21 ◦ blue 91

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

Shades of Christalle #29155B

Tints of Christalle #29155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 91 (35.94% from 255) = 59.48%

R = 26.8%
G = 13.73%
B = 59.48%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29155B (or 0x29155B) is known color: Christalle. HEX triplet: 29, 15 and 5B. RGB value is (41,21,91). Sum of RGB (Red+Green+Blue) = 41+21+91=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #29155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29155B is #D6EAA4. Grayscale: #222222. Windows color (decimal): -14084773 or 5969193. OLE color: 5969193.

HSL color Cylindrical-coordinate representation of color #29155B: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29155B is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 21 91 -
CMYK 0.55 0.77 0 0.64
HSL 257.14º 0.63% 0.22% -
HSV(B) 257.14º 0.77% 0.36% -
XYZ 3.07 1.76 10.08 -
YUV 34.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 41 21 91 0.55 0.77 0 0.64 257.14 0.63 0.22
Hex 29 15 5B 37 4D 0 40 101 3E 16
Octal 51 25 133 67 115 0 100 401 76 26
Binary 101001 10101 1011011 110111 1001101 0 1000000 100000001 111110 10110

Color Harmonies of #29155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29155B

Black with #29155B

Text Example


Text Example

White with #29155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29155B; }

 p { color: rgb(41,21,91); }

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

background-color css

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

 a { background-color: rgb(41,21,91); }

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

border-color css

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

 span { border-color: rgb(41,21,91); }

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