#301655

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

Shades of Christalle #301655

Tints of Christalle #301655

Color information

#301655 (or 0x301655) is unknown color: approx Christalle. HEX triplet: 30, 16 and 55. RGB value is (48,22,85). Sum of RGB (Red+Green+Blue) = 48+22+85=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #301655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301655 is #CFE9AA. Grayscale: #242424. Windows color (decimal): -13625771 or 5576240. OLE color: 5576240.

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

Color convert

RGB482285-
CMYK0.440.7400.67
HSL264.76º58.88%20.98%-
HSV(B)264.76º74.12%33.33%-
XYZ3.151.868.79-
YUV36.96155.11135.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=30.97%
G=14.19%
B=54.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4822850.440.7400.67264.7658.8820.98
Hex3016552C4A0431093b15
Octal60261255411201034117325
Binary11000010110101010110110010010100100001110000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301655; }

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

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

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

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

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

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

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

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