#31025C

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

Shades of Christalle #31025C

Tints of Christalle #31025C

Color information

#31025C (or 0x31025C) is unknown color: approx Christalle. HEX triplet: 31, 02 and 5C. RGB value is (49,2,92). Sum of RGB (Red+Green+Blue) = 49+2+92=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #31025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31025C is #CEFDA3. Grayscale: #1A1A1A. Windows color (decimal): -13565348 or 6029873. OLE color: 6029873.

HSL color Cylindrical-coordinate representation of color #31025C: hue angle of 271.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31025C is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB49292-
CMYK0.470.9800.64
HSL271.33º95.74%18.43%-
HSV(B)271.33º97.83%36.08%-
XYZ3.221.4710.24-
YUV26.31165.07144.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=34.27%
G=1.40%
B=64.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492920.470.9800.64271.3395.7418.43
Hex3125C2F6204010f6012
Octal61213457142010041714022
Binary110001101011100101111110001001000000100001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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