Html Css Color HEX #290760 Christalle

📋 copy color: '#290760'

red 41 ◦ green 7 ◦ blue 96

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

Shades of Christalle #290760

Tints of Christalle #290760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

 BLUE value IS 96 (37.89% from 255) = 66.67%

R = 28.47%
G = 4.86%
B = 66.67%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290760 (or 0x290760) is known color: Christalle. HEX triplet: 29, 07 and 60. RGB value is (41,7,96). Sum of RGB (Red+Green+Blue) = 41+7+96=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #290760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290760 is #D6F89F. Grayscale: #1A1A1A. Windows color (decimal): -14088352 or 6293289. OLE color: 6293289.

HSL color Cylindrical-coordinate representation of color #290760: hue angle of 262.92º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290760 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 7 96 -
CMYK 0.57 0.93 0 0.62
HSL 262.92º 0.86% 0.2% -
HSV(B) 262.92º 0.93% 0.38% -
XYZ 3.1 1.47 11.19 -
YUV 27.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 41 7 96 0.57 0.93 0 0.62 262.92 0.86 0.2
Hex 29 7 60 39 5D 0 3E 107 56 14
Octal 51 7 140 71 135 0 76 407 126 24
Binary 101001 111 1100000 111001 1011101 0 111110 100000111 1010110 10100

Color Harmonies of #290760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290760

Black with #290760

Text Example


Text Example

White with #290760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290760; }

 p { color: rgb(41,7,96); }

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

background-color css

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

 a { background-color: rgb(41,7,96); }

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

border-color css

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

 span { border-color: rgb(41,7,96); }

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