#30155E

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

Shades of Christalle #30155E

Tints of Christalle #30155E

Color information

#30155E (or 0x30155E) is unknown color: approx Christalle. HEX triplet: 30, 15 and 5E. RGB value is (48,21,94). Sum of RGB (Red+Green+Blue) = 48+21+94=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #30155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30155E is #CFEAA1. Grayscale: #252525. Windows color (decimal): -13626018 or 6165808. OLE color: 6165808.

HSL color Cylindrical-coordinate representation of color #30155E: hue angle of 262.19º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30155E is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB482194-
CMYK0.490.7800.63
HSL262.19º63.48%22.55%-
HSV(B)262.19º77.66%36.86%-
XYZ3.511.9710.79-
YUV37.4159.95135.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=29.45%
G=12.88%
B=57.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4821940.490.7800.63262.1963.4822.55
Hex30155E314E03F1063f17
Octal6025136611160774067727
Binary1100001010110111101100011001110011111110000011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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