#301659

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

Shades of Christalle #301659

Tints of Christalle #301659

Color information

#301659 (or 0x301659) is unknown color: approx Christalle. HEX triplet: 30, 16 and 59. RGB value is (48,22,89). Sum of RGB (Red+Green+Blue) = 48+22+89=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #301659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301659 is #CFE9A6. Grayscale: #252525. Windows color (decimal): -13625767 or 5838384. OLE color: 5838384.

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

Color convert

RGB482289-
CMYK0.460.7500.65
HSL263.28º60.36%21.76%-
HSV(B)263.28º75.28%34.9%-
XYZ3.311.929.65-
YUV37.41157.11135.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=30.19%
G=13.84%
B=55.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4822890.460.7500.65263.2860.3621.76
Hex3016592E4B0411073c16
Octal60261315611301014077426
Binary11000010110101100110111010010110100000110000011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301659; }

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

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

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

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

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

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

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

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