#301556

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

Shades of Christalle #301556

Tints of Christalle #301556

Color information

#301556 (or 0x301556) is unknown color: approx Christalle. HEX triplet: 30, 15 and 56. RGB value is (48,21,86). Sum of RGB (Red+Green+Blue) = 48+21+86=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #301556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301556 is #CFEAA9. Grayscale: #242424. Windows color (decimal): -13626026 or 5641520. OLE color: 5641520.

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

Color convert

RGB482186-
CMYK0.440.7600.66
HSL264.92º60.75%20.98%-
HSV(B)264.92º75.58%33.73%-
XYZ3.171.848.99-
YUV36.48155.95136.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=30.97%
G=13.55%
B=55.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4821860.440.7600.66264.9260.7520.98
Hex3015562C4C0421093d15
Octal60251265411401024117525
Binary11000010101101011010110010011000100001010000100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301556; }

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

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

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

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

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

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

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

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