Html Css Color HEX #29115D Christalle

📋 copy color: '#29115D'

red 41 ◦ green 17 ◦ blue 93

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

Shades of Christalle #29115D

Tints of Christalle #29115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

 BLUE value IS 93 (36.72% from 255) = 61.59%

R = 27.15%
G = 11.26%
B = 61.59%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29115D (or 0x29115D) is known color: Christalle. HEX triplet: 29, 11 and 5D. RGB value is (41,17,93). Sum of RGB (Red+Green+Blue) = 41+17+93=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #29115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29115D is #D6EEA2. Grayscale: #202020. Windows color (decimal): -14085795 or 6099241. OLE color: 6099241.

HSL color Cylindrical-coordinate representation of color #29115D: hue angle of 258.95º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29115D is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 17 93 -
CMYK 0.56 0.82 0 0.64
HSL 258.95º 0.69% 0.22% -
HSV(B) 258.95º 0.82% 0.36% -
XYZ 3.09 1.66 10.51 -
YUV 32.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 41 17 93 0.56 0.82 0 0.64 258.95 0.69 0.22
Hex 29 11 5D 38 52 0 40 103 45 16
Octal 51 21 135 70 122 0 100 403 105 26
Binary 101001 10001 1011101 111000 1010010 0 1000000 100000011 1000101 10110

Color Harmonies of #29115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29115D

Black with #29115D

Text Example


Text Example

White with #29115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29115D; }

 p { color: rgb(41,17,93); }

 H1.HeaderClassName
 {
   color: #29115D;
 }
 .AnyTagClassName
 {
   color: #29115D;
 }
</style>

background-color css

<style>
 a { background-color: #29115D; }

 a { background-color: rgb(41,17,93); }

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

border-color css

<style>
 span { border-color: #29115D; }

 span { border-color: rgb(41,17,93); }

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