#300660

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

Shades of Christalle #300660

Tints of Christalle #300660

Color information

#300660 (or 0x300660) is unknown color: approx Christalle. HEX triplet: 30, 06 and 60. RGB value is (48,6,96). Sum of RGB (Red+Green+Blue) = 48+6+96=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #300660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300660 is #CFF99F. Grayscale: #1C1C1C. Windows color (decimal): -13629856 or 6293040. OLE color: 6293040.

HSL color Cylindrical-coordinate representation of color #300660: hue angle of 268º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300660 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB48696-
CMYK0.500.9400.62
HSL268º88.24%20%-
HSV(B)268º93.75%37.65%-
XYZ3.41.611.2-
YUV28.82165.91141.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 96 (37.89% from 255) = 64%
R=32%
G=4%
B=64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal486960.500.9400.6226888.2420
Hex30660325E03E10c5814
Octal6061406213607641413024
Binary110000110110000011001010111100111110100001100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300660; }

 p { color: rgb(48,6,96); }

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

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

 a { background-color: rgb(48,6,96); }

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

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

 span { border-color: rgb(48,6,96); }

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