Html Css Color HEX #390E60 Christalle

📋 copy color: '#390E60'

red 57 ◦ green 14 ◦ blue 96

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

Shades of Christalle #390E60

Tints of Christalle #390E60

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.38%

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

R = 34.13%
G = 8.38%
B = 57.49%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390E60 (or 0x390E60) is known color: Christalle. HEX triplet: 39, 0E and 60. RGB value is (57,14,96). Sum of RGB (Red+Green+Blue) = 57+14+96=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #390E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390E60 is #C6F19F. Grayscale: #232323. Windows color (decimal): -13037984 or 6295097. OLE color: 6295097.

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

Color convert

RGB 57 14 96 -
CMYK 0.41 0.85 0 0.62
HSL 271.46º 0.75% 0.22% -
HSV(B) 271.46º 0.85% 0.38% -
XYZ 3.96 2.03 11.25 -
YUV 36.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 57 14 96 0.41 0.85 0 0.62 271.46 0.75 0.22
Hex 39 E 60 29 55 0 3E 10F 4B 16
Octal 71 16 140 51 125 0 76 417 113 26
Binary 111001 1110 1100000 101001 1010101 0 111110 100001111 1001011 10110

Color Harmonies of #390E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E60

Black with #390E60

Text Example


Text Example

White with #390E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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