#300159

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

Shades of Christalle #300159

Tints of Christalle #300159

Color information

#300159 (or 0x300159) is unknown color: approx Christalle. HEX triplet: 30, 01 and 59. RGB value is (48,1,89). Sum of RGB (Red+Green+Blue) = 48+1+89=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #300159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300159 is #CFFEA6. Grayscale: #181818. Windows color (decimal): -13631143 or 5833008. OLE color: 5833008.

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

Color convert

RGB48189-
CMYK0.460.9900.65
HSL272.05º97.78%17.65%-
HSV(B)272.05º98.88%34.9%-
XYZ3.031.379.56-
YUV25.08164.07144.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 89 (35.16% from 255) = 64.49%
R=34.78%
G=0.72%
B=64.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal481890.460.9900.65272.0597.7817.65
Hex301592E630411106212
Octal60113156143010142014222
Binary11000011011001101110110001101000001100010000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300159; }

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

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

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

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

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

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

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

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