#390161

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

Shades of Christalle #390161

Tints of Christalle #390161

Color information

#390161 (or 0x390161) is unknown color: approx Christalle. HEX triplet: 39, 01 and 61. RGB value is (57,1,97). Sum of RGB (Red+Green+Blue) = 57+1+97=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #390161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390161 is #C6FE9E. Grayscale: #1C1C1C. Windows color (decimal): -13041311 or 6357305. OLE color: 6357305.

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

Color convert

RGB57197-
CMYK0.410.9900.62
HSL275º97.96%19.22%-
HSV(B)275º98.97%38.04%-
XYZ3.861.7511.44-
YUV28.69166.55148.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=36.77%
G=0.65%
B=62.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal571970.410.9900.6227597.9619.22
Hex39161296303E1136213
Octal7111415114307642314223
Binary1110011110000110100111000110111110100010011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390161; }

 p { color: rgb(57,1,97); }

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

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

 a { background-color: rgb(57,1,97); }

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

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

 span { border-color: rgb(57,1,97); }

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