#3D185B

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

Shades of Christalle #3D185B

Tints of Christalle #3D185B

Color information

#3D185B (or 0x3D185B) is unknown color: approx Christalle. HEX triplet: 3D, 18 and 5B. RGB value is (61,24,91). Sum of RGB (Red+Green+Blue) = 61+24+91=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D185B is #C2E7A4. Grayscale: #2A2A2A. Windows color (decimal): -12773285 or 5969981. OLE color: 5969981.

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

Color convert

RGB612491-
CMYK0.330.7400.64
HSL273.13º58.26%22.55%-
HSV(B)273.13º73.63%35.69%-
XYZ4.142.410.14-
YUV42.7155.26141.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=34.66%
G=13.64%
B=51.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6124910.330.7400.64273.1358.2622.55
Hex3D185B214A0401113a17
Octal75301334111201004217227
Binary11110111000101101110000110010100100000010001000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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