Html Css Color HEX #390E5A Christalle

📋 copy color: '#390E5A'

red 57 ◦ green 14 ◦ blue 90

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

Shades of Christalle #390E5A

Tints of Christalle #390E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 35.4%
G = 8.7%
B = 55.9%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390E5A (or 0x390E5A) is known color: Christalle. HEX triplet: 39, 0E and 5A. RGB value is (57,14,90). Sum of RGB (Red+Green+Blue) = 57+14+90=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #390E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390E5A is #C6F1A5. Grayscale: #232323. Windows color (decimal): -13037990 or 5901881. OLE color: 5901881.

HSL color Cylindrical-coordinate representation of color #390E5A: hue angle of 273.95º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390E5A is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 14 90 -
CMYK 0.37 0.84 0 0.65
HSL 273.95º 0.73% 0.2% -
HSV(B) 273.95º 0.84% 0.35% -
XYZ 3.69 1.92 9.85 -
YUV 35.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 57 14 90 0.37 0.84 0 0.65 273.95 0.73 0.2
Hex 39 E 5A 25 54 0 41 112 49 14
Octal 71 16 132 45 124 0 101 422 111 24
Binary 111001 1110 1011010 100101 1010100 0 1000001 100010010 1001001 10100

Color Harmonies of #390E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E5A

Black with #390E5A

Text Example


Text Example

White with #390E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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