#300C57

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

Shades of Christalle #300C57

Tints of Christalle #300C57

Color information

#300C57 (or 0x300C57) is unknown color: approx Christalle. HEX triplet: 30, 0C and 57. RGB value is (48,12,87). Sum of RGB (Red+Green+Blue) = 48+12+87=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #300C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C57 is #CFF3A8. Grayscale: #1F1F1F. Windows color (decimal): -13628329 or 5704752. OLE color: 5704752.

HSL color Cylindrical-coordinate representation of color #300C57: hue angle of 268.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300C57 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB481287-
CMYK0.450.8600.66
HSL268.8º75.76%19.41%-
HSV(B)268.8º86.21%34.12%-
XYZ3.071.589.16-
YUV31.31159.43139.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 87 (34.38% from 255) = 59.18%
R=32.65%
G=8.16%
B=59.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4812870.450.8600.66268.875.7619.41
Hex30C572D5604210d4c13
Octal601412755126010241511423
Binary11000011001010111101101101011001000010100001101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300C57; }

 p { color: rgb(48,12,87); }

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

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

 a { background-color: rgb(48,12,87); }

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

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

 span { border-color: rgb(48,12,87); }

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