#390962

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

Shades of Christalle #390962

Tints of Christalle #390962

Color information

#390962 (or 0x390962) is unknown color: approx Christalle. HEX triplet: 39, 09 and 62. RGB value is (57,9,98). Sum of RGB (Red+Green+Blue) = 57+9+98=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #390962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390962 is #C6F69D. Grayscale: #212121. Windows color (decimal): -13039262 or 6424889. OLE color: 6424889.

HSL color Cylindrical-coordinate representation of color #390962: hue angle of 272.36º 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 #390962 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB57998-
CMYK0.420.9100.62
HSL272.36º83.18%20.98%-
HSV(B)272.36º90.82%38.43%-
XYZ3.991.9511.72-
YUV33.5164.4144.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=34.76%
G=5.49%
B=59.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal579980.420.9100.62272.3683.1820.98
Hex399622A5B03E1105315
Octal71111425213307642012325
Binary1110011001110001010101010110110111110100010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390962; }

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

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

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

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

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

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

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

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