#30155A

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

Shades of Christalle #30155A

Tints of Christalle #30155A

Color information

#30155A (or 0x30155A) is unknown color: approx Christalle. HEX triplet: 30, 15 and 5A. RGB value is (48,21,90). Sum of RGB (Red+Green+Blue) = 48+21+90=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #30155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30155A is #CFEAA5. Grayscale: #242424. Windows color (decimal): -13626022 or 5903664. OLE color: 5903664.

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

Color convert

RGB482190-
CMYK0.470.7700.65
HSL263.48º62.16%21.76%-
HSV(B)263.48º76.67%35.29%-
XYZ3.331.99.86-
YUV36.94157.95135.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=30.19%
G=13.21%
B=56.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4821900.470.7700.65263.4862.1621.76
Hex30155A2F4D0411073e16
Octal60251325711501014077626
Binary11000010101101101010111110011010100000110000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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