#301966

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

Shades of Christalle #301966

Tints of Christalle #301966

Color information

#301966 (or 0x301966) is unknown color: approx Christalle. HEX triplet: 30, 19 and 66. RGB value is (48,25,102). Sum of RGB (Red+Green+Blue) = 48+25+102=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #301966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301966 is #CFE699. Grayscale: #282828. Windows color (decimal): -13624986 or 6691120. OLE color: 6691120.

HSL color Cylindrical-coordinate representation of color #301966: hue angle of 257.92º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301966 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4825102-
CMYK0.530.7500.6
HSL257.92º60.63%24.9%-
HSV(B)257.92º75.49%40%-
XYZ3.962.2812.8-
YUV40.66162.62133.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 102 (40.23% from 255) = 58.29%
R=27.43%
G=14.29%
B=58.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48251020.530.7500.6257.9260.6324.9
Hex301966354B03C1023d19
Octal6031146651130744027531
Binary1100001100111001101101011001011011110010000001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301966; }

 p { color: rgb(48,25,102); }

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

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

 a { background-color: rgb(48,25,102); }

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

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

 span { border-color: rgb(48,25,102); }

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