#31205A

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

Shades of Christalle #31205A

Tints of Christalle #31205A

Color information

#31205A (or 0x31205A) is unknown color: approx Christalle. HEX triplet: 31, 20 and 5A. RGB value is (49,32,90). Sum of RGB (Red+Green+Blue) = 49+32+90=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #31205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31205A is #CEDFA5. Grayscale: #2B2B2B. Windows color (decimal): -13557670 or 5906481. OLE color: 5906481.

HSL color Cylindrical-coordinate representation of color #31205A: hue angle of 257.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31205A is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB493290-
CMYK0.460.6400.65
HSL257.59º47.54%23.92%-
HSV(B)257.59º64.44%35.29%-
XYZ3.632.429.95-
YUV43.7154.13131.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=28.65%
G=18.71%
B=52.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4932900.460.6400.65257.5947.5423.92
Hex31205A2E400411023018
Octal61401325610001014026030
Binary110001100000101101010111010000000100000110000001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31205A; }

 p { color: rgb(49,32,90); }

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

<style>
 a { background-color: #31205A; }

 a { background-color: rgb(49,32,90); }

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

<style>
 span { border-color: #31205A; }

 span { border-color: rgb(49,32,90); }

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