#31025E

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

Shades of Christalle #31025E

Tints of Christalle #31025E

Color information

#31025E (or 0x31025E) is unknown color: approx Christalle. HEX triplet: 31, 02 and 5E. RGB value is (49,2,94). Sum of RGB (Red+Green+Blue) = 49+2+94=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #31025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31025E is #CEFDA1. Grayscale: #1A1A1A. Windows color (decimal): -13565346 or 6160945. OLE color: 6160945.

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

Color convert

RGB49294-
CMYK0.480.9800.63
HSL270.65º95.83%18.82%-
HSV(B)270.65º97.87%36.86%-
XYZ3.311.510.71-
YUV26.54166.07144.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=33.79%
G=1.38%
B=64.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal492940.480.9800.63270.6595.8318.82
Hex3125E306203F10f6013
Octal6121366014207741714023
Binary11000110101111011000011000100111111100001111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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