#38175C

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

Shades of Christalle #38175C

Tints of Christalle #38175C

Color information

#38175C (or 0x38175C) is unknown color: approx Christalle. HEX triplet: 38, 17 and 5C. RGB value is (56,23,92). Sum of RGB (Red+Green+Blue) = 56+23+92=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #38175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38175C is #C7E8A3. Grayscale: #282828. Windows color (decimal): -13101220 or 6035256. OLE color: 6035256.

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

Color convert

RGB562392-
CMYK0.390.7500.64
HSL268.7º60%22.55%-
HSV(B)268.7º75%36.08%-
XYZ3.872.2310.35-
YUV40.73156.93138.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 92 (36.33% from 255) = 53.80%
R=32.75%
G=13.45%
B=53.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5623920.390.7500.64268.76022.55
Hex38175C274B04010d3c17
Octal70271344711301004157427
Binary11100010111101110010011110010110100000010000110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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