#310962

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

Shades of Christalle #310962

Tints of Christalle #310962

Color information

#310962 (or 0x310962) is unknown color: approx Christalle. HEX triplet: 31, 09 and 62. RGB value is (49,9,98). Sum of RGB (Red+Green+Blue) = 49+9+98=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #310962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310962 is #CEF69D. Grayscale: #1E1E1E. Windows color (decimal): -13563550 or 6424881. OLE color: 6424881.

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

Color convert

RGB49998-
CMYK0.50.9100.62
HSL266.97º83.18%20.98%-
HSV(B)266.97º90.82%38.43%-
XYZ3.571.7311.7-
YUV31.11165.75140.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 98 (38.67% from 255) = 62.82%
R=31.41%
G=5.77%
B=62.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal499980.50.9100.62266.9783.1820.98
Hex31962325B03E10b5315
Octal61111426213307641312325
Binary1100011001110001011001010110110111110100001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310962; }

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

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

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

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

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

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

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

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