#301859

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

Shades of Christalle #301859

Tints of Christalle #301859

Color information

#301859 (or 0x301859) is unknown color: approx Christalle. HEX triplet: 30, 18 and 59. RGB value is (48,24,89). Sum of RGB (Red+Green+Blue) = 48+24+89=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #301859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301859 is #CFE7A6. Grayscale: #262626. Windows color (decimal): -13625255 or 5838896. OLE color: 5838896.

HSL color Cylindrical-coordinate representation of color #301859: hue angle of 262.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301859 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB482489-
CMYK0.460.7300.65
HSL262.15º57.52%22.16%-
HSV(B)262.15º73.03%34.9%-
XYZ3.3529.66-
YUV38.59156.45134.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=29.81%
G=14.91%
B=55.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4824890.460.7300.65262.1557.5222.16
Hex3018592E490411063a16
Octal60301315611101014067226
Binary11000011000101100110111010010010100000110000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301859; }

 p { color: rgb(48,24,89); }

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

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

 a { background-color: rgb(48,24,89); }

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

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

 span { border-color: rgb(48,24,89); }

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