Html Css Color HEX #29135B Christalle

📋 copy color: '#29135B'

red 41 ◦ green 19 ◦ blue 91

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

Shades of Christalle #29135B

Tints of Christalle #29135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

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

R = 27.15%
G = 12.58%
B = 60.26%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29135B (or 0x29135B) is known color: Christalle. HEX triplet: 29, 13 and 5B. RGB value is (41,19,91). Sum of RGB (Red+Green+Blue) = 41+19+91=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #29135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29135B is #D6ECA4. Grayscale: #212121. Windows color (decimal): -14085285 or 5968681. OLE color: 5968681.

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

Color convert

RGB 41 19 91 -
CMYK 0.55 0.79 0 0.64
HSL 258.33º 0.65% 0.22% -
HSV(B) 258.33º 0.79% 0.36% -
XYZ 3.04 1.69 10.06 -
YUV 33.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 41 19 91 0.55 0.79 0 0.64 258.33 0.65 0.22
Hex 29 13 5B 37 4F 0 40 102 41 16
Octal 51 23 133 67 117 0 100 402 101 26
Binary 101001 10011 1011011 110111 1001111 0 1000000 100000010 1000001 10110

Color Harmonies of #29135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29135B

Black with #29135B

Text Example


Text Example

White with #29135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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