Html Css Color HEX #390959 Christalle

📋 copy color: '#390959'

red 57 ◦ green 9 ◦ blue 89

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

Shades of Christalle #390959

Tints of Christalle #390959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 36.77%
G = 5.81%
B = 57.42%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390959 (or 0x390959) is known color: Christalle. HEX triplet: 39, 09 and 59. RGB value is (57,9,89). Sum of RGB (Red+Green+Blue) = 57+9+89=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #390959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390959 is #C6F6A6. Grayscale: #202020. Windows color (decimal): -13039271 or 5835065. OLE color: 5835065.

HSL color Cylindrical-coordinate representation of color #390959: hue angle of 276º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390959 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 9 89 -
CMYK 0.36 0.90 0 0.65
HSL 276º 0.82% 0.19% -
HSV(B) 276º 0.9% 0.35% -
XYZ 3.59 1.79 9.61 -
YUV 32.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 57 9 89 0.36 0.90 0 0.65 276 0.82 0.19
Hex 39 9 59 24 5A 0 41 114 52 13
Octal 71 11 131 44 132 0 101 424 122 23
Binary 111001 1001 1011001 100100 1011010 0 1000001 100010100 1010010 10011

Color Harmonies of #390959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390959

Black with #390959

Text Example


Text Example

White with #390959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390959; }

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

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

background-color css

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

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

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

border-color css

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

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

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