#30165D

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

Shades of Christalle #30165D

Tints of Christalle #30165D

Color information

#30165D (or 0x30165D) is unknown color: approx Christalle. HEX triplet: 30, 16 and 5D. RGB value is (48,22,93). Sum of RGB (Red+Green+Blue) = 48+22+93=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #30165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30165D is #CFE9A2. Grayscale: #252525. Windows color (decimal): -13625763 or 6100528. OLE color: 6100528.

HSL color Cylindrical-coordinate representation of color #30165D: hue angle of 261.97º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30165D is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB482293-
CMYK0.480.7600.64
HSL261.97º61.74%22.55%-
HSV(B)261.97º76.34%36.47%-
XYZ3.481.9910.56-
YUV37.87159.11135.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=29.45%
G=13.50%
B=57.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4822930.480.7600.64261.9761.7422.55
Hex30165D304C0401063e17
Octal60261356011401004067627
Binary11000010110101110111000010011000100000010000011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30165D; }

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

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

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

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

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

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

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

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