#301558

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

Shades of Christalle #301558

Tints of Christalle #301558

Color information

#301558 (or 0x301558) is unknown color: approx Christalle. HEX triplet: 30, 15 and 58. RGB value is (48,21,88). Sum of RGB (Red+Green+Blue) = 48+21+88=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #301558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301558 is #CFEAA7. Grayscale: #242424. Windows color (decimal): -13626024 or 5772592. OLE color: 5772592.

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

Color convert

RGB482188-
CMYK0.450.7600.65
HSL264.18º61.47%21.37%-
HSV(B)264.18º76.14%34.51%-
XYZ3.251.879.42-
YUV36.71156.95136.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=30.57%
G=13.38%
B=56.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4821880.450.7600.65264.1861.4721.37
Hex3015582D4C0411083d15
Octal60251305511401014107525
Binary11000010101101100010110110011000100000110000100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301558; }

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

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

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

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

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

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

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

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