#30125C

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

Shades of Christalle #30125C

Tints of Christalle #30125C

Color information

#30125C (or 0x30125C) is unknown color: approx Christalle. HEX triplet: 30, 12 and 5C. RGB value is (48,18,92). Sum of RGB (Red+Green+Blue) = 48+18+92=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #30125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30125C is #CFEDA3. Grayscale: #232323. Windows color (decimal): -13626788 or 6033968. OLE color: 6033968.

HSL color Cylindrical-coordinate representation of color #30125C: hue angle of 264.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30125C is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB481892-
CMYK0.480.8000.64
HSL264.32º67.27%21.57%-
HSV(B)264.32º80.43%36.08%-
XYZ3.371.8310.3-
YUV35.41159.94136.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=30.38%
G=11.39%
B=58.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4818920.480.8000.64264.3267.2721.57
Hex30125C30500401084316
Octal602213460120010041010326
Binary110000100101011100110000101000001000000100001000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30125C; }

 p { color: rgb(48,18,92); }

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

<style>
 a { background-color: #30125C; }

 a { background-color: rgb(48,18,92); }

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

<style>
 span { border-color: #30125C; }

 span { border-color: rgb(48,18,92); }

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