#310360

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

Shades of Christalle #310360

Tints of Christalle #310360

Color information

#310360 (or 0x310360) is unknown color: approx Christalle. HEX triplet: 31, 03 and 60. RGB value is (49,3,96). Sum of RGB (Red+Green+Blue) = 49+3+96=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #310360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310360 is #CEFC9F. Grayscale: #1B1B1B. Windows color (decimal): -13565088 or 6292273. OLE color: 6292273.

HSL color Cylindrical-coordinate representation of color #310360: hue angle of 269.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310360 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB49396-
CMYK0.490.9700.62
HSL269.68º93.94%19.41%-
HSV(B)269.68º96.88%37.65%-
XYZ3.411.5611.19-
YUV27.36166.74143.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=33.11%
G=2.03%
B=64.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal493960.490.9700.62269.6893.9419.41
Hex31360316103E10e5e13
Octal6131406114107641613623
Binary11000111110000011000111000010111110100001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310360; }

 p { color: rgb(49,3,96); }

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

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

 a { background-color: rgb(49,3,96); }

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

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

 span { border-color: rgb(49,3,96); }

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