Html Css Color HEX #290D58 Christalle

📋 copy color: '#290D58'

red 41 ◦ green 13 ◦ blue 88

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

Shades of Christalle #290D58

Tints of Christalle #290D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 61.97%

R = 28.87%
G = 9.15%
B = 61.97%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#290D58 (or 0x290D58) is known color: Christalle. HEX triplet: 29, 0D and 58. RGB value is (41,13,88). Sum of RGB (Red+Green+Blue) = 41+13+88=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #290D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D58 is #D6F2A7. Grayscale: #1D1D1D. Windows color (decimal): -14086824 or 5770537. OLE color: 5770537.

HSL color Cylindrical-coordinate representation of color #290D58: hue angle of 262.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290D58 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 13 88 -
CMYK 0.53 0.85 0 0.65
HSL 262.4º 0.74% 0.2% -
HSV(B) 262.4º 0.85% 0.35% -
XYZ 2.82 1.46 9.37 -
YUV 29.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 41 13 88 0.53 0.85 0 0.65 262.4 0.74 0.2
Hex 29 D 58 35 55 0 41 106 4A 14
Octal 51 15 130 65 125 0 101 406 112 24
Binary 101001 1101 1011000 110101 1010101 0 1000001 100000110 1001010 10100

Color Harmonies of #290D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D58

Black with #290D58

Text Example


Text Example

White with #290D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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