Html Css Color HEX #290D61 Christalle

📋 copy color: '#290D61'

red 41 ◦ green 13 ◦ blue 97

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

Shades of Christalle #290D61

Tints of Christalle #290D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 64.24%

R = 27.15%
G = 8.61%
B = 64.24%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290D61 (or 0x290D61) is known color: Christalle. HEX triplet: 29, 0D and 61. RGB value is (41,13,97). Sum of RGB (Red+Green+Blue) = 41+13+97=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #290D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D61 is #D6F29E. Grayscale: #1E1E1E. Windows color (decimal): -14086815 or 6360361. OLE color: 6360361.

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

Color convert

RGB 41 13 97 -
CMYK 0.58 0.87 0 0.62
HSL 260º 0.76% 0.22% -
HSV(B) 260º 0.87% 0.38% -
XYZ 3.22 1.62 11.45 -
YUV 30.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 41 13 97 0.58 0.87 0 0.62 260 0.76 0.22
Hex 29 D 61 3A 57 0 3E 104 4C 16
Octal 51 15 141 72 127 0 76 404 114 26
Binary 101001 1101 1100001 111010 1010111 0 111110 100000100 1001100 10110

Color Harmonies of #290D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D61

Black with #290D61

Text Example


Text Example

White with #290D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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