Html Css Color HEX #390E68 Christalle

📋 copy color: '#390E68'

red 57 ◦ green 14 ◦ blue 104

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

Shades of Christalle #390E68

Tints of Christalle #390E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.43%

R = 32.57%
G = 8%
B = 59.43%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#390E68 (or 0x390E68) is known color: Christalle. HEX triplet: 39, 0E and 68. RGB value is (57,14,104). Sum of RGB (Red+Green+Blue) = 57+14+104=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #390E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390E68 is #C6F197. Grayscale: #242424. Windows color (decimal): -13037976 or 6819385. OLE color: 6819385.

HSL color Cylindrical-coordinate representation of color #390E68: hue angle of 268.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #390E68 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 14 104 -
CMYK 0.45 0.87 0 0.59
HSL 268.67º 0.76% 0.23% -
HSV(B) 268.67º 0.87% 0.41% -
XYZ 4.34 2.18 13.29 -
YUV 37.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 57 14 104 0.45 0.87 0 0.59 268.67 0.76 0.23
Hex 39 E 68 2D 57 0 3B 10D 4C 17
Octal 71 16 150 55 127 0 73 415 114 27
Binary 111001 1110 1101000 101101 1010111 0 111011 100001101 1001100 10111

Color Harmonies of #390E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E68

Black with #390E68

Text Example


Text Example

White with #390E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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