#300561

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

Shades of Christalle #300561

Tints of Christalle #300561

Color information

#300561 (or 0x300561) is unknown color: approx Christalle. HEX triplet: 30, 05 and 61. RGB value is (48,5,97). Sum of RGB (Red+Green+Blue) = 48+5+97=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #300561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300561 is #CFFA9E. Grayscale: #1C1C1C. Windows color (decimal): -13630111 or 6358320. OLE color: 6358320.

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

Color convert

RGB48597-
CMYK0.510.9500.62
HSL268.04º90.2%20%-
HSV(B)268.04º94.85%38.04%-
XYZ3.431.611.44-
YUV28.34166.75142.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=32%
G=3.33%
B=64.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal485970.510.9500.62268.0490.220
Hex30561335F03E10c5a14
Octal6051416313707641413224
Binary110000101110000111001110111110111110100001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300561; }

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

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

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

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

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

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

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

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