#30175D

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

Shades of Christalle #30175D

Tints of Christalle #30175D

Color information

#30175D (or 0x30175D) is unknown color: approx Christalle. HEX triplet: 30, 17 and 5D. RGB value is (48,23,93). Sum of RGB (Red+Green+Blue) = 48+23+93=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #30175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30175D is #CFE8A2. Grayscale: #262626. Windows color (decimal): -13625507 or 6100784. OLE color: 6100784.

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

Color convert

RGB482393-
CMYK0.480.7500.64
HSL261.43º60.34%22.75%-
HSV(B)261.43º75.27%36.47%-
XYZ3.52.0310.56-
YUV38.46158.78134.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=29.27%
G=14.02%
B=56.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4823930.480.7500.64261.4360.3422.75
Hex30175D304B0401053c17
Octal60271356011301004057427
Binary11000010111101110111000010010110100000010000010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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