#30015F

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

Shades of Christalle #30015F

Tints of Christalle #30015F

Color information

#30015F (or 0x30015F) is unknown color: approx Christalle. HEX triplet: 30, 01 and 5F. RGB value is (48,1,95). Sum of RGB (Red+Green+Blue) = 48+1+95=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #30015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30015F is #CFFEA0. Grayscale: #191919. Windows color (decimal): -13631137 or 6226224. OLE color: 6226224.

HSL color Cylindrical-coordinate representation of color #30015F: hue angle of 270º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30015F is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB48195-
CMYK0.490.9900.63
HSL270º97.92%18.82%-
HSV(B)270º98.95%37.25%-
XYZ3.31.4810.94-
YUV25.77167.07143.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 95 (37.5% from 255) = 65.97%
R=33.33%
G=0.69%
B=65.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal481950.490.9900.6327097.9218.82
Hex3015F316303F10e6213
Octal6011376114307741614223
Binary1100001101111111000111000110111111100001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30015F; }

 p { color: rgb(48,1,95); }

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

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

 a { background-color: rgb(48,1,95); }

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

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

 span { border-color: rgb(48,1,95); }

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