#31035E

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

Shades of Christalle #31035E

Tints of Christalle #31035E

Color information

#31035E (or 0x31035E) is unknown color: approx Christalle. HEX triplet: 31, 03 and 5E. RGB value is (49,3,94). Sum of RGB (Red+Green+Blue) = 49+3+94=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #31035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31035E is #CEFCA1. Grayscale: #1A1A1A. Windows color (decimal): -13565090 or 6161201. OLE color: 6161201.

HSL color Cylindrical-coordinate representation of color #31035E: hue angle of 270.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31035E is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB49394-
CMYK0.480.9700.63
HSL270.33º93.81%19.02%-
HSV(B)270.33º96.81%36.86%-
XYZ3.321.5310.71-
YUV27.13165.74143.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 94 (37.11% from 255) = 64.38%
R=33.56%
G=2.05%
B=64.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal493940.480.9700.63270.3393.8119.02
Hex3135E306103F10e5e13
Octal6131366014107741613623
Binary11000111101111011000011000010111111100001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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