#30125F

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

Shades of Christalle #30125F

Tints of Christalle #30125F

Color information

#30125F (or 0x30125F) is unknown color: approx Christalle. HEX triplet: 30, 12 and 5F. RGB value is (48,18,95). Sum of RGB (Red+Green+Blue) = 48+18+95=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #30125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30125F is #CFEDA0. Grayscale: #232323. Windows color (decimal): -13626785 or 6230576. OLE color: 6230576.

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

Color convert

RGB481895-
CMYK0.490.8100.63
HSL263.38º68.14%22.16%-
HSV(B)263.38º81.05%37.25%-
XYZ3.51.8911.01-
YUV35.75161.44136.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=29.81%
G=11.18%
B=59.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4818950.490.8100.63263.3868.1422.16
Hex30125F315103F1074416
Octal60221376112107740710426
Binary11000010010101111111000110100010111111100000111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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