#31175A

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

Shades of Christalle #31175A

Tints of Christalle #31175A

Color information

#31175A (or 0x31175A) is unknown color: approx Christalle. HEX triplet: 31, 17 and 5A. RGB value is (49,23,90). Sum of RGB (Red+Green+Blue) = 49+23+90=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #31175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31175A is #CEE8A5. Grayscale: #262626. Windows color (decimal): -13559974 or 5904177. OLE color: 5904177.

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

Color convert

RGB492390-
CMYK0.460.7400.65
HSL263.28º59.29%22.16%-
HSV(B)263.28º74.44%35.29%-
XYZ3.4229.88-
YUV38.41157.11135.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=30.25%
G=14.20%
B=55.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4923900.460.7400.65263.2859.2922.16
Hex31175A2E4A0411073b16
Octal61271325611201014077326
Binary11000110111101101010111010010100100000110000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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