Html Css Color HEX #390860 Christalle

📋 copy color: '#390860'

red 57 ◦ green 8 ◦ blue 96

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

Shades of Christalle #390860

Tints of Christalle #390860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 35.4%
G = 4.97%
B = 59.63%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390860 (or 0x390860) is known color: Christalle. HEX triplet: 39, 08 and 60. RGB value is (57,8,96). Sum of RGB (Red+Green+Blue) = 57+8+96=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #390860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390860 is #C6F79F. Grayscale: #202020. Windows color (decimal): -13039520 or 6293561. OLE color: 6293561.

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

Color convert

RGB 57 8 96 -
CMYK 0.41 0.92 0 0.62
HSL 273.41º 0.85% 0.2% -
HSV(B) 273.41º 0.92% 0.38% -
XYZ 3.89 1.89 11.23 -
YUV 32.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 57 8 96 0.41 0.92 0 0.62 273.41 0.85 0.2
Hex 39 8 60 29 5C 0 3E 111 55 14
Octal 71 10 140 51 134 0 76 421 125 24
Binary 111001 1000 1100000 101001 1011100 0 111110 100010001 1010101 10100

Color Harmonies of #390860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390860

Black with #390860

Text Example


Text Example

White with #390860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390860; }

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

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

background-color css

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

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

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

border-color css

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

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

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