Html Css Color HEX #290960 Christalle

📋 copy color: '#290960'

red 41 ◦ green 9 ◦ blue 96

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

Shades of Christalle #290960

Tints of Christalle #290960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

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

R = 28.08%
G = 6.16%
B = 65.75%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290960 (or 0x290960) is known color: Christalle. HEX triplet: 29, 09 and 60. RGB value is (41,9,96). Sum of RGB (Red+Green+Blue) = 41+9+96=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #290960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290960 is #D6F69F. Grayscale: #1C1C1C. Windows color (decimal): -14087840 or 6293801. OLE color: 6293801.

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

Color convert

RGB 41 9 96 -
CMYK 0.57 0.91 0 0.62
HSL 262.07º 0.83% 0.21% -
HSV(B) 262.07º 0.91% 0.38% -
XYZ 3.12 1.51 11.19 -
YUV 28.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 41 9 96 0.57 0.91 0 0.62 262.07 0.83 0.21
Hex 29 9 60 39 5B 0 3E 106 53 15
Octal 51 11 140 71 133 0 76 406 123 25
Binary 101001 1001 1100000 111001 1011011 0 111110 100000110 1010011 10101

Color Harmonies of #290960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290960

Black with #290960

Text Example


Text Example

White with #290960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290960; }

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

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

background-color css

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

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

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

border-color css

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

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

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