Html Css Color HEX #290558 Christalle

📋 copy color: '#290558'

red 41 ◦ green 5 ◦ blue 88

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

Shades of Christalle #290558

Tints of Christalle #290558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.73%

 BLUE value IS 88 (34.77% from 255) = 65.67%

R = 30.6%
G = 3.73%
B = 65.67%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#290558 (or 0x290558) is known color: Christalle. HEX triplet: 29, 05 and 58. RGB value is (41,5,88). Sum of RGB (Red+Green+Blue) = 41+5+88=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #290558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290558 is #D6FAA7. Grayscale: #181818. Windows color (decimal): -14088872 or 5768489. OLE color: 5768489.

HSL color Cylindrical-coordinate representation of color #290558: hue angle of 266.02º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290558 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 5 88 -
CMYK 0.53 0.94 0 0.65
HSL 266.02º 0.89% 0.18% -
HSV(B) 266.02º 0.94% 0.35% -
XYZ 2.73 1.28 9.34 -
YUV 25.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 41 5 88 0.53 0.94 0 0.65 266.02 0.89 0.18
Hex 29 5 58 35 5E 0 41 10A 59 12
Octal 51 5 130 65 136 0 101 412 131 22
Binary 101001 101 1011000 110101 1011110 0 1000001 100001010 1011001 10010

Color Harmonies of #290558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290558

Black with #290558

Text Example


Text Example

White with #290558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290558; }

 p { color: rgb(41,5,88); }

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

background-color css

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

 a { background-color: rgb(41,5,88); }

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

border-color css

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

 span { border-color: rgb(41,5,88); }

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