#301159

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

Shades of Christalle #301159

Tints of Christalle #301159

Color information

#301159 (or 0x301159) is unknown color: approx Christalle. HEX triplet: 30, 11 and 59. RGB value is (48,17,89). Sum of RGB (Red+Green+Blue) = 48+17+89=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #301159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301159 is #CFEEA6. Grayscale: #222222. Windows color (decimal): -13627047 or 5837104. OLE color: 5837104.

HSL color Cylindrical-coordinate representation of color #301159: hue angle of 265.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301159 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB481789-
CMYK0.460.8100.65
HSL265.83º67.92%20.78%-
HSV(B)265.83º80.9%34.9%-
XYZ3.221.759.62-
YUV34.48158.77137.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=31.17%
G=11.04%
B=57.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4817890.460.8100.65265.8367.9220.78
Hex3011592E5104110a4415
Octal602113156121010141210425
Binary110000100011011001101110101000101000001100001010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301159; }

 p { color: rgb(48,17,89); }

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

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

 a { background-color: rgb(48,17,89); }

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

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

 span { border-color: rgb(48,17,89); }

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