#301765

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

Shades of Christalle #301765

Tints of Christalle #301765

Color information

#301765 (or 0x301765) is unknown color: approx Christalle. HEX triplet: 30, 17 and 65. RGB value is (48,23,101). Sum of RGB (Red+Green+Blue) = 48+23+101=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #301765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301765 is #CFE89A. Grayscale: #272727. Windows color (decimal): -13625499 or 6625072. OLE color: 6625072.

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

Color convert

RGB4823101-
CMYK0.520.7700.60
HSL259.23º62.9%24.31%-
HSV(B)259.23º77.23%39.61%-
XYZ3.872.1812.53-
YUV39.37162.78134.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=27.91%
G=13.37%
B=58.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48231010.520.7700.60259.2362.924.31
Hex301765344D03C1033f18
Octal6027145641150744037730
Binary1100001011111001011101001001101011110010000001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301765; }

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

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

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

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

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

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

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

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