#391460

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

Shades of Christalle #391460

Tints of Christalle #391460

Color information

#391460 (or 0x391460) is unknown color: approx Christalle. HEX triplet: 39, 14 and 60. RGB value is (57,20,96). Sum of RGB (Red+Green+Blue) = 57+20+96=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #391460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391460 is #C6EB9F. Grayscale: #272727. Windows color (decimal): -13036448 or 6296633. OLE color: 6296633.

HSL color Cylindrical-coordinate representation of color #391460: hue angle of 269.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391460 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB572096-
CMYK0.410.7900.62
HSL269.21º65.52%22.75%-
HSV(B)269.21º79.17%37.65%-
XYZ4.052.2111.28-
YUV39.73159.76140.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=32.95%
G=11.56%
B=55.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5720960.410.7900.62269.2165.5222.75
Hex391460294F03E10d4217
Octal71241405111707641510227
Binary11100110100110000010100110011110111110100001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391460; }

 p { color: rgb(57,20,96); }

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

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

 a { background-color: rgb(57,20,96); }

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

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

 span { border-color: rgb(57,20,96); }

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