Html Css Color HEX #29025D Christalle

📋 copy color: '#29025D'

red 41 ◦ green 2 ◦ blue 93

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

Shades of Christalle #29025D

Tints of Christalle #29025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

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

R = 30.15%
G = 1.47%
B = 68.38%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29025D (or 0x29025D) is known color: Christalle. HEX triplet: 29, 02 and 5D. RGB value is (41,2,93). Sum of RGB (Red+Green+Blue) = 41+2+93=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #29025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29025D is #D6FDA2. Grayscale: #171717. Windows color (decimal): -14089635 or 6095401. OLE color: 6095401.

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

Color convert

RGB 41 2 93 -
CMYK 0.56 0.98 0 0.64
HSL 265.71º 0.96% 0.19% -
HSV(B) 265.71º 0.98% 0.36% -
XYZ 2.91 1.31 10.45 -
YUV 24.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 41 2 93 0.56 0.98 0 0.64 265.71 0.96 0.19
Hex 29 2 5D 38 62 0 40 10A 60 13
Octal 51 2 135 70 142 0 100 412 140 23
Binary 101001 10 1011101 111000 1100010 0 1000000 100001010 1100000 10011

Color Harmonies of #29025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29025D

Black with #29025D

Text Example


Text Example

White with #29025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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