#300959

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

Shades of Christalle #300959

Tints of Christalle #300959

Color information

#300959 (or 0x300959) is unknown color: approx Christalle. HEX triplet: 30, 09 and 59. RGB value is (48,9,89). Sum of RGB (Red+Green+Blue) = 48+9+89=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #300959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300959 is #CFF6A6. Grayscale: #1D1D1D. Windows color (decimal): -13629095 or 5835056. OLE color: 5835056.

HSL color Cylindrical-coordinate representation of color #300959: hue angle of 269.25º 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 #300959 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB48989-
CMYK0.460.9000.65
HSL269.25º81.63%19.22%-
HSV(B)269.25º89.89%34.9%-
XYZ3.121.559.58-
YUV29.78161.42141-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 89 (35.16% from 255) = 60.96%
R=32.88%
G=6.16%
B=60.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489890.460.9000.65269.2581.6319.22
Hex309592E5A04110d5213
Octal601113156132010141512223
Binary11000010011011001101110101101001000001100001101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300959; }

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

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

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

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

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

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

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

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