#390961

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

Shades of Christalle #390961

Tints of Christalle #390961

Color information

#390961 (or 0x390961) is unknown color: approx Christalle. HEX triplet: 39, 09 and 61. RGB value is (57,9,97). Sum of RGB (Red+Green+Blue) = 57+9+97=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #390961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390961 is #C6F69E. Grayscale: #212121. Windows color (decimal): -13039263 or 6359353. OLE color: 6359353.

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

Color convert

RGB57997-
CMYK0.410.9100.62
HSL272.73º83.02%20.78%-
HSV(B)272.73º90.72%38.04%-
XYZ3.941.9311.47-
YUV33.38163.9144.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=34.97%
G=5.52%
B=59.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal579970.410.9100.62272.7383.0220.78
Hex39961295B03E1115315
Octal71111415113307642112325
Binary1110011001110000110100110110110111110100010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390961; }

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

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

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

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

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

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

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

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