#310259

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

Shades of Christalle #310259

Tints of Christalle #310259

Color information

#310259 (or 0x310259) is unknown color: approx Christalle. HEX triplet: 31, 02 and 59. RGB value is (49,2,89). Sum of RGB (Red+Green+Blue) = 49+2+89=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #310259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310259 is #CEFDA6. Grayscale: #191919. Windows color (decimal): -13565351 or 5833265. OLE color: 5833265.

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

Color convert

RGB49289-
CMYK0.450.9800.65
HSL272.41º95.6%17.84%-
HSV(B)272.41º97.75%34.9%-
XYZ3.091.429.56-
YUV25.97163.57144.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 89 (35.16% from 255) = 63.57%
R=35%
G=1.43%
B=63.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal492890.450.9800.65272.4195.617.84
Hex312592D620411106012
Octal61213155142010142014022
Binary110001101011001101101110001001000001100010000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310259; }

 p { color: rgb(49,2,89); }

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

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

 a { background-color: rgb(49,2,89); }

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

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

 span { border-color: rgb(49,2,89); }

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