Html Css Color HEX #390D56 Christalle

📋 copy color: '#390D56'

red 57 ◦ green 13 ◦ blue 86

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

Shades of Christalle #390D56

Tints of Christalle #390D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

 BLUE value IS 86 (33.98% from 255) = 55.13%

R = 36.54%
G = 8.33%
B = 55.13%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390D56 (or 0x390D56) is known color: Christalle. HEX triplet: 39, 0D and 56. RGB value is (57,13,86). Sum of RGB (Red+Green+Blue) = 57+13+86=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #390D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D56 is #C6F2A9. Grayscale: #222222. Windows color (decimal): -13038250 or 5639481. OLE color: 5639481.

HSL color Cylindrical-coordinate representation of color #390D56: hue angle of 276.16º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390D56 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 13 86 -
CMYK 0.34 0.85 0 0.66
HSL 276.16º 0.74% 0.19% -
HSV(B) 276.16º 0.85% 0.34% -
XYZ 3.51 1.83 8.97 -
YUV 34.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 57 13 86 0.34 0.85 0 0.66 276.16 0.74 0.19
Hex 39 D 56 22 55 0 42 114 4A 13
Octal 71 15 126 42 125 0 102 424 112 23
Binary 111001 1101 1010110 100010 1010101 0 1000010 100010100 1001010 10011

Color Harmonies of #390D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D56

Black with #390D56

Text Example


Text Example

White with #390D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,13,86); }

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

background-color css

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

 a { background-color: rgb(57,13,86); }

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

border-color css

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

 span { border-color: rgb(57,13,86); }

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