#30175C

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

Shades of Christalle #30175C

Tints of Christalle #30175C

Color information

#30175C (or 0x30175C) is unknown color: approx Christalle. HEX triplet: 30, 17 and 5C. RGB value is (48,23,92). Sum of RGB (Red+Green+Blue) = 48+23+92=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #30175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30175C is #CFE8A3. Grayscale: #262626. Windows color (decimal): -13625508 or 6035248. OLE color: 6035248.

HSL color Cylindrical-coordinate representation of color #30175C: hue angle of 261.74º 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 #30175C is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB482392-
CMYK0.480.7500.64
HSL261.74º60%22.55%-
HSV(B)261.74º75%36.08%-
XYZ3.462.0110.33-
YUV38.34158.28134.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=29.45%
G=14.11%
B=56.44%

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
Decimal4823920.480.7500.64261.746022.55
Hex30175C304B0401063c17
Octal60271346011301004067427
Binary11000010111101110011000010010110100000010000011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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