#31035B

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

Shades of Christalle #31035B

Tints of Christalle #31035B

Color information

#31035B (or 0x31035B) is unknown color: approx Christalle. HEX triplet: 31, 03 and 5B. RGB value is (49,3,91). Sum of RGB (Red+Green+Blue) = 49+3+91=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #31035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31035B is #CEFCA4. Grayscale: #1A1A1A. Windows color (decimal): -13565093 or 5964593. OLE color: 5964593.

HSL color Cylindrical-coordinate representation of color #31035B: hue angle of 271.36º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31035B is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB49391-
CMYK0.460.9700.64
HSL271.36º93.62%18.43%-
HSV(B)271.36º96.7%35.69%-
XYZ3.191.4710.01-
YUV26.79164.24143.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 91 (35.94% from 255) = 63.64%
R=34.27%
G=2.10%
B=63.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal493910.460.9700.64271.3693.6218.43
Hex3135B2E6104010f5e12
Octal61313356141010041713622
Binary110001111011011101110110000101000000100001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31035B; }

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

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

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

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

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

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

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

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