#301255

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

Shades of Christalle #301255

Tints of Christalle #301255

Color information

#301255 (or 0x301255) is unknown color: approx Christalle. HEX triplet: 30, 12 and 55. RGB value is (48,18,85). Sum of RGB (Red+Green+Blue) = 48+18+85=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #301255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301255 is #CFEDAA. Grayscale: #222222. Windows color (decimal): -13626795 or 5575216. OLE color: 5575216.

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

Color convert

RGB481885-
CMYK0.440.7900.67
HSL266.87º65.05%20.2%-
HSV(B)266.87º78.82%33.33%-
XYZ3.071.728.76-
YUV34.61156.44137.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=31.79%
G=11.92%
B=56.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4818850.440.7900.67266.8765.0520.2
Hex3012552C4F04310b4114
Octal602212554117010341310124
Binary110000100101010101101100100111101000011100001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301255; }

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

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

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

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

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

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

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

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