#391D58

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

Shades of Christalle #391D58

Tints of Christalle #391D58

Color information

#391D58 (or 0x391D58) is unknown color: approx Christalle. HEX triplet: 39, 1D and 58. RGB value is (57,29,88). Sum of RGB (Red+Green+Blue) = 57+29+88=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #391D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D58 is #C6E2A7. Grayscale: #2B2B2B. Windows color (decimal): -13034152 or 5774649. OLE color: 5774649.

HSL color Cylindrical-coordinate representation of color #391D58: hue angle of 268.47º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391D58 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB572988-
CMYK0.350.6700.65
HSL268.47º50.43%22.94%-
HSV(B)268.47º67.05%34.51%-
XYZ3.892.459.5-
YUV44.1152.78137.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=32.76%
G=16.67%
B=50.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5729880.350.6700.65268.4750.4322.94
Hex391D58234304110c3217
Octal71351304310301014146227
Binary11100111101101100010001110000110100000110000110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391D58; }

 p { color: rgb(57,29,88); }

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

<style>
 a { background-color: #391D58; }

 a { background-color: rgb(57,29,88); }

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

<style>
 span { border-color: #391D58; }

 span { border-color: rgb(57,29,88); }

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