#29015D

Color #29015D Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #29015D

Tints of Christalle #29015D

Color information

#29015D (or 0x29015D) is unknown color: approx Christalle. HEX triplet: 29, 01 and 5D. RGB value is (41,1,93). Sum of RGB (Red+Green+Blue) = 41+1+93=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #29015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29015D is #D6FEA2. Grayscale: #171717. Windows color (decimal): -14089891 or 6095145. OLE color: 6095145.

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

Color convert

RGB41193-
CMYK0.560.9900.64
HSL266.09º97.87%18.43%-
HSV(B)266.09º98.92%36.47%-
XYZ2.91.2810.45-
YUV23.45167.25140.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 93 (36.72% from 255) = 68.89%
R=30.37%
G=0.74%
B=68.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal411930.560.9900.64266.0997.8718.43
Hex2915D386304010a6212
Octal51113570143010041214222
Binary10100111011101111000110001101000000100001010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29015D;
 }
 .AnyTagClassName
 {
   color: #29015D;
 }
</style>
background-color css

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

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

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

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

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

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