#290C62

Color #290C62 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #290C62

Tints of Christalle #290C62

Color information

#290C62 (or 0x290C62) is unknown color: approx Christalle. HEX triplet: 29, 0C and 62. RGB value is (41,12,98). Sum of RGB (Red+Green+Blue) = 41+12+98=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #290C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C62 is #D6F39D. Grayscale: #1E1E1E. Windows color (decimal): -14087070 or 6425641. OLE color: 6425641.

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

Color convert

RGB411298-
CMYK0.580.8800.62
HSL260.23º78.18%21.57%-
HSV(B)260.23º87.76%38.43%-
XYZ3.251.6211.7-
YUV30.48166.11135.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=27.15%
G=7.95%
B=64.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4112980.580.8800.62260.2378.1821.57
Hex29C623A5803E1044e16
Octal51141427213007640411626
Binary1010011100110001011101010110000111110100000100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,12,98); }

 H1.HeaderClassName
 {
   color: #290C62;
 }
 .AnyTagClassName
 {
   color: #290C62;
 }
</style>
background-color css

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

 a { background-color: rgb(41,12,98); }

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

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

 span { border-color: rgb(41,12,98); }

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