#301257

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

Shades of Christalle #301257

Tints of Christalle #301257

Color information

#301257 (or 0x301257) is unknown color: approx Christalle. HEX triplet: 30, 12 and 57. RGB value is (48,18,87). Sum of RGB (Red+Green+Blue) = 48+18+87=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #301257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301257 is #CFEDA8. Grayscale: #222222. Windows color (decimal): -13626793 or 5706288. OLE color: 5706288.

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

Color convert

RGB481887-
CMYK0.450.7900.66
HSL266.09º65.71%20.59%-
HSV(B)266.09º79.31%34.12%-
XYZ3.161.759.19-
YUV34.84157.44137.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 87 (34.38% from 255) = 56.86%
R=31.37%
G=11.76%
B=56.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4818870.450.7900.66266.0965.7120.59
Hex3012572D4F04210a4215
Octal602212755117010241210225
Binary110000100101010111101101100111101000010100001010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301257; }

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

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

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

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

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

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

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

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