Html Css Color HEX #29015D Christalle

📋 copy color: '#29015D'

red 41 ◦ green 1 ◦ blue 93

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

Shades of Christalle #29015D

Tints of Christalle #29015D

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 value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29015D (or 0x29015D) is known color: 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

RGB 41 1 93 -
CMYK 0.56 0.99 0 0.64
HSL 266.09º 0.98% 0.18% -
HSV(B) 266.09º 0.99% 0.36% -
XYZ 2.9 1.28 10.45 -
YUV 23.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 41 1 93 0.56 0.99 0 0.64 266.09 0.98 0.18
Hex 29 1 5D 38 63 0 40 10A 62 12
Octal 51 1 135 70 143 0 100 412 142 22
Binary 101001 1 1011101 111000 1100011 0 1000000 100001010 1100010 10010

Color Harmonies of #29015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29015D

Black with #29015D

Text Example


Text Example

White with #29015D

Text Example


Text Example

HTML Codes & Css Web 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>