#31095A

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

Shades of Christalle #31095A

Tints of Christalle #31095A

Color information

#31095A (or 0x31095A) is unknown color: approx Christalle. HEX triplet: 31, 09 and 5A. RGB value is (49,9,90). Sum of RGB (Red+Green+Blue) = 49+9+90=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #31095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31095A is #CEF6A5. Grayscale: #1D1D1D. Windows color (decimal): -13563558 or 5900593. OLE color: 5900593.

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

Color convert

RGB49990-
CMYK0.460.900.65
HSL269.63º81.82%19.41%-
HSV(B)269.63º90%35.29%-
XYZ3.211.599.81-
YUV30.19161.75141.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=33.11%
G=6.08%
B=60.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal499900.460.900.65269.6381.8219.41
Hex3195A2E5A04110e5213
Octal611113256132010141612223
Binary11000110011011010101110101101001000001100001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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