#301858

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

Shades of Christalle #301858

Tints of Christalle #301858

Color information

#301858 (or 0x301858) is unknown color: approx Christalle. HEX triplet: 30, 18 and 58. RGB value is (48,24,88). Sum of RGB (Red+Green+Blue) = 48+24+88=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #301858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301858 is #CFE7A7. Grayscale: #262626. Windows color (decimal): -13625256 or 5773360. OLE color: 5773360.

HSL color Cylindrical-coordinate representation of color #301858: hue angle of 262.5º degrees, saturation: 0.57, 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 #301858 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB482488-
CMYK0.450.7300.65
HSL262.5º57.14%21.96%-
HSV(B)262.5º72.73%34.51%-
XYZ3.311.999.44-
YUV38.47155.95134.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 88 (34.77% from 255) = 55%
R=30%
G=15%
B=55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4824880.450.7300.65262.557.1421.96
Hex3018582D490411063916
Octal60301305511101014067126
Binary11000011000101100010110110010010100000110000011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301858; }

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

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

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

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

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

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

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

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