#301458

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

Shades of Christalle #301458

Tints of Christalle #301458

Color information

#301458 (or 0x301458) is unknown color: approx Christalle. HEX triplet: 30, 14 and 58. RGB value is (48,20,88). Sum of RGB (Red+Green+Blue) = 48+20+88=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #301458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301458 is #CFEBA7. Grayscale: #232323. Windows color (decimal): -13626280 or 5772336. OLE color: 5772336.

HSL color Cylindrical-coordinate representation of color #301458: hue angle of 264.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301458 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB482088-
CMYK0.450.7700.65
HSL264.71º62.96%21.18%-
HSV(B)264.71º77.27%34.51%-
XYZ3.231.839.42-
YUV36.12157.28136.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=30.77%
G=12.82%
B=56.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4820880.450.7700.65264.7162.9621.18
Hex3014582D4D0411093f15
Octal60241305511501014117725
Binary11000010100101100010110110011010100000110000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301458; }

 p { color: rgb(48,20,88); }

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

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

 a { background-color: rgb(48,20,88); }

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

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

 span { border-color: rgb(48,20,88); }

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