Html Css Color HEX #290E5A Christalle

📋 copy color: '#290E5A'

red 41 ◦ green 14 ◦ blue 90

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

Shades of Christalle #290E5A

Tints of Christalle #290E5A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.66%

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 28.28%
G = 9.66%
B = 62.07%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#290E5A (or 0x290E5A) is known color: Christalle. HEX triplet: 29, 0E and 5A. RGB value is (41,14,90). Sum of RGB (Red+Green+Blue) = 41+14+90=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #290E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E5A is #D6F1A5. Grayscale: #1E1E1E. Windows color (decimal): -14086566 or 5901865. OLE color: 5901865.

HSL color Cylindrical-coordinate representation of color #290E5A: hue angle of 261.32º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290E5A is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 14 90 -
CMYK 0.54 0.84 0 0.65
HSL 261.32º 0.73% 0.2% -
HSV(B) 261.32º 0.84% 0.35% -
XYZ 2.92 1.52 9.81 -
YUV 30.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 41 14 90 0.54 0.84 0 0.65 261.32 0.73 0.2
Hex 29 E 5A 36 54 0 41 105 49 14
Octal 51 16 132 66 124 0 101 405 111 24
Binary 101001 1110 1011010 110110 1010100 0 1000001 100000101 1001001 10100

Color Harmonies of #290E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E5A

Black with #290E5A

Text Example


Text Example

White with #290E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,14,90); }

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

background-color css

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

 a { background-color: rgb(41,14,90); }

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

border-color css

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

 span { border-color: rgb(41,14,90); }

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