#301259

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

Shades of Christalle #301259

Tints of Christalle #301259

Color information

#301259 (or 0x301259) is unknown color: approx Christalle. HEX triplet: 30, 12 and 59. RGB value is (48,18,89). Sum of RGB (Red+Green+Blue) = 48+18+89=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #301259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301259 is #CFEDA6. Grayscale: #222222. Windows color (decimal): -13626791 or 5837360. OLE color: 5837360.

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

Color convert

RGB481889-
CMYK0.460.8000.65
HSL265.35º66.36%20.98%-
HSV(B)265.35º79.78%34.9%-
XYZ3.241.789.62-
YUV35.06158.44137.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=30.97%
G=11.61%
B=57.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4818890.460.8000.65265.3566.3620.98
Hex3012592E500411094215
Octal602213156120010141110225
Binary110000100101011001101110101000001000001100001001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301259; }

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

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

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

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

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

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

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

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