#310562

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

Shades of Christalle #310562

Tints of Christalle #310562

Color information

#310562 (or 0x310562) is unknown color: approx Christalle. HEX triplet: 31, 05 and 62. RGB value is (49,5,98). Sum of RGB (Red+Green+Blue) = 49+5+98=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #310562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310562 is #CEFA9D. Grayscale: #1C1C1C. Windows color (decimal): -13564574 or 6423857. OLE color: 6423857.

HSL color Cylindrical-coordinate representation of color #310562: hue angle of 268.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310562 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB49598-
CMYK0.50.9500.62
HSL268.39º90.29%20.2%-
HSV(B)268.39º94.9%38.43%-
XYZ3.531.6411.69-
YUV28.76167.08142.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 98 (38.67% from 255) = 64.47%
R=32.24%
G=3.29%
B=64.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal495980.50.9500.62268.3990.2920.2
Hex31562325F03E10c5a14
Octal6151426213707641413224
Binary110001101110001011001010111110111110100001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310562; }

 p { color: rgb(49,5,98); }

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

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

 a { background-color: rgb(49,5,98); }

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

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

 span { border-color: rgb(49,5,98); }

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