#31025B

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

Shades of Christalle #31025B

Tints of Christalle #31025B

Color information

#31025B (or 0x31025B) is unknown color: approx Christalle. HEX triplet: 31, 02 and 5B. RGB value is (49,2,91). Sum of RGB (Red+Green+Blue) = 49+2+91=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #31025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31025B is #CEFDA4. Grayscale: #191919. Windows color (decimal): -13565349 or 5964337. OLE color: 5964337.

HSL color Cylindrical-coordinate representation of color #31025B: hue angle of 271.69º 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 #31025B is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB49291-
CMYK0.460.9800.64
HSL271.69º95.7%18.24%-
HSV(B)271.69º97.8%35.69%-
XYZ3.181.4510.01-
YUV26.2164.57144.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 91 (35.94% from 255) = 64.08%
R=34.51%
G=1.41%
B=64.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492910.460.9800.64271.6995.718.24
Hex3125B2E620401106012
Octal61213356142010042014022
Binary110001101011011101110110001001000000100010000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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