#301763

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

Shades of Christalle #301763

Tints of Christalle #301763

Color information

#301763 (or 0x301763) is unknown color: approx Christalle. HEX triplet: 30, 17 and 63. RGB value is (48,23,99). Sum of RGB (Red+Green+Blue) = 48+23+99=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #301763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301763 is #CFE89C. Grayscale: #262626. Windows color (decimal): -13625501 or 6494000. OLE color: 6494000.

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

Color convert

RGB482399-
CMYK0.520.7700.61
HSL259.74º62.3%23.92%-
HSV(B)259.74º76.77%38.82%-
XYZ3.782.1412.02-
YUV39.14161.78134.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=28.24%
G=13.53%
B=58.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4823990.520.7700.61259.7462.323.92
Hex301763344D03D1043e18
Octal6027143641150754047630
Binary1100001011111000111101001001101011110110000010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301763; }

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

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

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

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

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

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

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

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