Html Css Color HEX #290D5D Christalle

📋 copy color: '#290D5D'

red 41 ◦ green 13 ◦ blue 93

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

Shades of Christalle #290D5D

Tints of Christalle #290D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.84%

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

R = 27.89%
G = 8.84%
B = 63.27%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#290D5D (or 0x290D5D) is known color: Christalle. HEX triplet: 29, 0D and 5D. RGB value is (41,13,93). Sum of RGB (Red+Green+Blue) = 41+13+93=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #290D5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D5D is #D6F2A2. Grayscale: #1E1E1E. Windows color (decimal): -14086819 or 6098217. OLE color: 6098217.

HSL color Cylindrical-coordinate representation of color #290D5D: hue angle of 261º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #290D5D is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 13 93 -
CMYK 0.56 0.86 0 0.64
HSL 261º 0.75% 0.21% -
HSV(B) 261º 0.86% 0.36% -
XYZ 3.03 1.55 10.5 -
YUV 30.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 41 13 93 0.56 0.86 0 0.64 261 0.75 0.21
Hex 29 D 5D 38 56 0 40 105 4B 15
Octal 51 15 135 70 126 0 100 405 113 25
Binary 101001 1101 1011101 111000 1010110 0 1000000 100000101 1001011 10101

Color Harmonies of #290D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D5D

Black with #290D5D

Text Example


Text Example

White with #290D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290D5D; }

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

 H1.HeaderClassName
 {
   color: #290D5D;
 }
 .AnyTagClassName
 {
   color: #290D5D;
 }
</style>

background-color css

<style>
 a { background-color: #290D5D; }

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

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

border-color css

<style>
 span { border-color: #290D5D; }

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

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