Html Css Color HEX #390D5D Christalle

📋 copy color: '#390D5D'

red 57 ◦ green 13 ◦ blue 93

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

Shades of Christalle #390D5D

Tints of Christalle #390D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 34.97%
G = 7.98%
B = 57.06%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#390D5D (or 0x390D5D) is known color: Christalle. HEX triplet: 39, 0D and 5D. RGB value is (57,13,93). Sum of RGB (Red+Green+Blue) = 57+13+93=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #390D5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D5D is #C6F2A2. Grayscale: #232323. Windows color (decimal): -13038243 or 6098233. OLE color: 6098233.

HSL color Cylindrical-coordinate representation of color #390D5D: hue angle of 273º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390D5D is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 13 93 -
CMYK 0.39 0.86 0 0.64
HSL 273º 0.75% 0.21% -
HSV(B) 273º 0.86% 0.36% -
XYZ 3.81 1.95 10.53 -
YUV 35.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 57 13 93 0.39 0.86 0 0.64 273 0.75 0.21
Hex 39 D 5D 27 56 0 40 111 4B 15
Octal 71 15 135 47 126 0 100 421 113 25
Binary 111001 1101 1011101 100111 1010110 0 1000000 100010001 1001011 10101

Color Harmonies of #390D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D5D

Black with #390D5D

Text Example


Text Example

White with #390D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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