#30155B

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

Shades of Christalle #30155B

Tints of Christalle #30155B

Color information

#30155B (or 0x30155B) is unknown color: approx Christalle. HEX triplet: 30, 15 and 5B. RGB value is (48,21,91). Sum of RGB (Red+Green+Blue) = 48+21+91=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #30155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30155B is #CFEAA4. Grayscale: #242424. Windows color (decimal): -13626021 or 5969200. OLE color: 5969200.

HSL color Cylindrical-coordinate representation of color #30155B: hue angle of 263.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30155B is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB482191-
CMYK0.470.7700.64
HSL263.14º62.5%21.96%-
HSV(B)263.14º76.92%35.69%-
XYZ3.381.9210.09-
YUV37.05158.45135.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=30%
G=13.12%
B=56.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4821910.470.7700.64263.1462.521.96
Hex30155B2F4D0401073e16
Octal60251335711501004077626
Binary11000010101101101110111110011010100000010000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30155B; }

 p { color: rgb(48,21,91); }

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

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

 a { background-color: rgb(48,21,91); }

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

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

 span { border-color: rgb(48,21,91); }

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