#391B6F

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

Shades of Christalle #391B6F

Tints of Christalle #391B6F

Color information

#391B6F (or 0x391B6F) is unknown color: approx Christalle. HEX triplet: 39, 1B and 6F. RGB value is (57,27,111). Sum of RGB (Red+Green+Blue) = 57+27+111=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #391B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391B6F is #C6E490. Grayscale: #2D2D2D. Windows color (decimal): -13034641 or 7281465. OLE color: 7281465.

HSL color Cylindrical-coordinate representation of color #391B6F: hue angle of 261.43º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #391B6F is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5727111-
CMYK0.490.7600.56
HSL261.43º60.87%27.06%-
HSV(B)261.43º75.68%43.53%-
XYZ4.952.815.32-
YUV45.55164.94136.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 111 (43.75% from 255) = 56.92%
R=29.23%
G=13.85%
B=56.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57271110.490.7600.56261.4360.8727.06
Hex391B6F314C0381053d1b
Octal7133157611140704057533
Binary1110011101111011111100011001100011100010000010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,27,111); }

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

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

 a { background-color: rgb(57,27,111); }

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

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

 span { border-color: rgb(57,27,111); }

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