#30015D

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

Shades of Christalle #30015D

Tints of Christalle #30015D

Color information

#30015D (or 0x30015D) is unknown color: approx Christalle. HEX triplet: 30, 01 and 5D. RGB value is (48,1,93). Sum of RGB (Red+Green+Blue) = 48+1+93=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #30015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30015D is #CFFEA2. Grayscale: #191919. Windows color (decimal): -13631139 or 6095152. OLE color: 6095152.

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

Color convert

RGB48193-
CMYK0.480.9900.64
HSL270.65º97.87%18.43%-
HSV(B)270.65º98.92%36.47%-
XYZ3.211.4410.46-
YUV25.54166.07144.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=33.80%
G=0.70%
B=65.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal481930.480.9900.64270.6597.8718.43
Hex3015D306304010f6212
Octal60113560143010041714222
Binary11000011011101110000110001101000000100001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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