Html Css Color HEX #390560 Christalle

📋 copy color: '#390560'

red 57 ◦ green 5 ◦ blue 96

#390560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #390560

Tints of Christalle #390560

RGB

 RED value IS 57 (22.66% from 255) = 36.08%

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 96 (37.89% from 255) = 60.76%

R = 36.08%
G = 3.16%
B = 60.76%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390560 (or 0x390560) is known color: Christalle. HEX triplet: 39, 05 and 60. RGB value is (57,5,96). Sum of RGB (Red+Green+Blue) = 57+5+96=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #390560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390560 is #C6FA9F. Grayscale: #1E1E1E. Windows color (decimal): -13040288 or 6292793. OLE color: 6292793.

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

Color convert

RGB 57 5 96 -
CMYK 0.41 0.95 0 0.62
HSL 274.29º 0.9% 0.2% -
HSV(B) 274.29º 0.95% 0.38% -
XYZ 3.85 1.82 11.22 -
YUV 30.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 57 5 96 0.41 0.95 0 0.62 274.29 0.9 0.2
Hex 39 5 60 29 5F 0 3E 112 5A 14
Octal 71 5 140 51 137 0 76 422 132 24
Binary 111001 101 1100000 101001 1011111 0 111110 100010010 1011010 10100

Color Harmonies of #390560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390560

Black with #390560

Text Example


Text Example

White with #390560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390560; }

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

 H1.HeaderClassName
 {
   color: #390560;
 }
 .AnyTagClassName
 {
   color: #390560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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