Html Css Color HEX #290159 Christalle

📋 copy color: '#290159'

red 41 ◦ green 1 ◦ blue 89

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

Shades of Christalle #290159

Tints of Christalle #290159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 89 (35.16% from 255) = 67.94%

R = 31.3%
G = 0.76%
B = 67.94%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#290159 (or 0x290159) is known color: Christalle. HEX triplet: 29, 01 and 59. RGB value is (41,1,89). Sum of RGB (Red+Green+Blue) = 41+1+89=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #290159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290159 is #D6FEA6. Grayscale: #161616. Windows color (decimal): -14089895 or 5833001. OLE color: 5833001.

HSL color Cylindrical-coordinate representation of color #290159: hue angle of 267.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290159 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 1 89 -
CMYK 0.54 0.99 0 0.65
HSL 267.27º 0.98% 0.18% -
HSV(B) 267.27º 0.99% 0.35% -
XYZ 2.73 1.21 9.54 -
YUV 22.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 41 1 89 0.54 0.99 0 0.65 267.27 0.98 0.18
Hex 29 1 59 36 63 0 41 10B 62 12
Octal 51 1 131 66 143 0 101 413 142 22
Binary 101001 1 1011001 110110 1100011 0 1000001 100001011 1100010 10010

Color Harmonies of #290159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290159

Black with #290159

Text Example


Text Example

White with #290159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290159; }

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

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

background-color css

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

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

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

border-color css

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

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

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