#301356

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

Shades of Christalle #301356

Tints of Christalle #301356

Color information

#301356 (or 0x301356) is unknown color: approx Christalle. HEX triplet: 30, 13 and 56. RGB value is (48,19,86). Sum of RGB (Red+Green+Blue) = 48+19+86=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #301356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301356 is #CFECA9. Grayscale: #232323. Windows color (decimal): -13626538 or 5641008. OLE color: 5641008.

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

Color convert

RGB481986-
CMYK0.440.7800.66
HSL265.97º63.81%20.59%-
HSV(B)265.97º77.91%33.73%-
XYZ3.131.778.98-
YUV35.31156.61137.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=31.37%
G=12.42%
B=56.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4819860.440.7800.66265.9763.8120.59
Hex3013562C4E04210a4015
Octal602312654116010241210025
Binary110000100111010110101100100111001000010100001010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301356; }

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

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

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

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

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

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

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

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