#31005B

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

Shades of Christalle #31005B

Tints of Christalle #31005B

Color information

#31005B (or 0x31005B) is unknown color: approx Christalle. HEX triplet: 31, 00 and 5B. RGB value is (49,0,91). Sum of RGB (Red+Green+Blue) = 49+0+91=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #31005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31005B is #CEFFA4. Grayscale: #181818. Windows color (decimal): -13565861 or 5963825. OLE color: 5963825.

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

Color convert

RGB49091-
CMYK0.46100.64
HSL272.31º100%17.84%-
HSV(B)272.31º100%35.69%-
XYZ3.151.4110-
YUV25.02165.23145.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 65%
R=35%
G=0%
B=65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal490910.46100.64272.3110017.84
Hex3105B2E640401106412
Octal61013356144010042014422
Binary11000101011011101110110010001000000100010000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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