Html Css Color HEX #29155C Christalle

📋 copy color: '#29155C'

red 41 ◦ green 21 ◦ blue 92

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

Shades of Christalle #29155C

Tints of Christalle #29155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 59.74%

R = 26.62%
G = 13.64%
B = 59.74%

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

#29155C (or 0x29155C) is known color: Christalle. HEX triplet: 29, 15 and 5C. RGB value is (41,21,92). Sum of RGB (Red+Green+Blue) = 41+21+92=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #29155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29155C is #D6EAA3. Grayscale: #222222. Windows color (decimal): -14084772 or 6034729. OLE color: 6034729.

HSL color Cylindrical-coordinate representation of color #29155C: hue angle of 256.9º degrees, saturation: 0.63, 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 #29155C is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 21 92 -
CMYK 0.55 0.77 0 0.64
HSL 256.9º 0.63% 0.22% -
HSV(B) 256.9º 0.77% 0.36% -
XYZ 3.11 1.78 10.3 -
YUV 35.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 41 21 92 0.55 0.77 0 0.64 256.9 0.63 0.22
Hex 29 15 5C 37 4D 0 40 101 3F 16
Octal 51 25 134 67 115 0 100 401 77 26
Binary 101001 10101 1011100 110111 1001101 0 1000000 100000001 111111 10110

Color Harmonies of #29155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29155C

Black with #29155C

Text Example


Text Example

White with #29155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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