#310359

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

Shades of Christalle #310359

Tints of Christalle #310359

Color information

#310359 (or 0x310359) is unknown color: approx Christalle. HEX triplet: 31, 03 and 59. RGB value is (49,3,89). Sum of RGB (Red+Green+Blue) = 49+3+89=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #310359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310359 is #CEFCA6. Grayscale: #1A1A1A. Windows color (decimal): -13565095 or 5833521. OLE color: 5833521.

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

Color convert

RGB49389-
CMYK0.450.9700.65
HSL272.09º93.48%18.04%-
HSV(B)272.09º96.63%34.9%-
XYZ3.11.449.57-
YUV26.56163.24144.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 89 (35.16% from 255) = 63.12%
R=34.75%
G=2.13%
B=63.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal493890.450.9700.65272.0993.4818.04
Hex313592D610411105d12
Octal61313155141010142013522
Binary110001111011001101101110000101000001100010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310359; }

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

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

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

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

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

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

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

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