#301155

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

Shades of Christalle #301155

Tints of Christalle #301155

Color information

#301155 (or 0x301155) is unknown color: approx Christalle. HEX triplet: 30, 11 and 55. RGB value is (48,17,85). Sum of RGB (Red+Green+Blue) = 48+17+85=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #301155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301155 is #CFEEAA. Grayscale: #212121. Windows color (decimal): -13627051 or 5574960. OLE color: 5574960.

HSL color Cylindrical-coordinate representation of color #301155: hue angle of 267.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301155 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB481785-
CMYK0.440.8000.67
HSL267.35º66.67%20%-
HSV(B)267.35º80%33.33%-
XYZ3.061.698.76-
YUV34.02156.77137.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 85 (33.59% from 255) = 56.67%
R=32%
G=11.33%
B=56.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4817850.440.8000.67267.3566.6720
Hex3011552C5004310b4314
Octal602112554120010341310324
Binary110000100011010101101100101000001000011100001011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301155; }

 p { color: rgb(48,17,85); }

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

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

 a { background-color: rgb(48,17,85); }

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

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

 span { border-color: rgb(48,17,85); }

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