Html Css Color HEX #290F60 Christalle

📋 copy color: '#290F60'

red 41 ◦ green 15 ◦ blue 96

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

Shades of Christalle #290F60

Tints of Christalle #290F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.87%

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

R = 26.97%
G = 9.87%
B = 63.16%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290F60 (or 0x290F60) is known color: Christalle. HEX triplet: 29, 0F and 60. RGB value is (41,15,96). Sum of RGB (Red+Green+Blue) = 41+15+96=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #290F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F60 is #D6F09F. Grayscale: #1F1F1F. Windows color (decimal): -14086304 or 6295337. OLE color: 6295337.

HSL color Cylindrical-coordinate representation of color #290F60: hue angle of 259.26º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290F60 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 15 96 -
CMYK 0.57 0.84 0 0.62
HSL 259.26º 0.73% 0.22% -
HSV(B) 259.26º 0.84% 0.38% -
XYZ 3.2 1.66 11.22 -
YUV 32.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 41 15 96 0.57 0.84 0 0.62 259.26 0.73 0.22
Hex 29 F 60 39 54 0 3E 103 49 16
Octal 51 17 140 71 124 0 76 403 111 26
Binary 101001 1111 1100000 111001 1010100 0 111110 100000011 1001001 10110

Color Harmonies of #290F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F60

Black with #290F60

Text Example


Text Example

White with #290F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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