#3D175B

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

Shades of Christalle #3D175B

Tints of Christalle #3D175B

Color information

#3D175B (or 0x3D175B) is unknown color: approx Christalle. HEX triplet: 3D, 17 and 5B. RGB value is (61,23,91). Sum of RGB (Red+Green+Blue) = 61+23+91=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D175B is #C2E8A4. Grayscale: #292929. Windows color (decimal): -12773541 or 5969725. OLE color: 5969725.

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

Color convert

RGB612391-
CMYK0.330.7500.64
HSL273.53º59.65%22.35%-
HSV(B)273.53º74.73%35.69%-
XYZ4.122.3610.14-
YUV42.11155.59141.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 91 (35.94% from 255) = 52%
R=34.86%
G=13.14%
B=52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6123910.330.7500.64273.5359.6522.35
Hex3D175B214B0401123c16
Octal75271334111301004227426
Binary11110110111101101110000110010110100000010001001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D175B; }

 p { color: rgb(61,23,91); }

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

<style>
 a { background-color: #3D175B; }

 a { background-color: rgb(61,23,91); }

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

<style>
 span { border-color: #3D175B; }

 span { border-color: rgb(61,23,91); }

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