#300558

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

Shades of Christalle #300558

Tints of Christalle #300558

Color information

#300558 (or 0x300558) is unknown color: approx Christalle. HEX triplet: 30, 05 and 58. RGB value is (48,5,88). Sum of RGB (Red+Green+Blue) = 48+5+88=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #300558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300558 is #CFFAA7. Grayscale: #1B1B1B. Windows color (decimal): -13630120 or 5768496. OLE color: 5768496.

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

Color convert

RGB48588-
CMYK0.450.9400.65
HSL271.08º89.25%18.24%-
HSV(B)271.08º94.32%34.51%-
XYZ3.031.449.35-
YUV27.32162.25142.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 88 (34.77% from 255) = 62.41%
R=34.04%
G=3.55%
B=62.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal485880.450.9400.65271.0889.2518.24
Hex305582D5E04110f5912
Octal60513055136010141713122
Binary1100001011011000101101101111001000001100001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300558; }

 p { color: rgb(48,5,88); }

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

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

 a { background-color: rgb(48,5,88); }

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

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

 span { border-color: rgb(48,5,88); }

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