#301963

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

Shades of Christalle #301963

Tints of Christalle #301963

Color information

#301963 (or 0x301963) is unknown color: approx Christalle. HEX triplet: 30, 19 and 63. RGB value is (48,25,99). Sum of RGB (Red+Green+Blue) = 48+25+99=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #301963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301963 is #CFE69C. Grayscale: #282828. Windows color (decimal): -13624989 or 6494512. OLE color: 6494512.

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

Color convert

RGB482599-
CMYK0.520.7500.61
HSL258.65º59.68%24.31%-
HSV(B)258.65º74.75%38.82%-
XYZ3.822.2212.03-
YUV40.31161.12133.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=27.91%
G=14.53%
B=57.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4825990.520.7500.61258.6559.6824.31
Hex301963344B03D1033c18
Octal6031143641130754037430
Binary1100001100111000111101001001011011110110000001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301963; }

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

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

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

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

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

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

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

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