Html Css Color HEX #390459 Christalle

📋 copy color: '#390459'

red 57 ◦ green 4 ◦ blue 89

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

Shades of Christalle #390459

Tints of Christalle #390459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 38%
G = 2.67%
B = 59.33%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390459 (or 0x390459) is known color: Christalle. HEX triplet: 39, 04 and 59. RGB value is (57,4,89). Sum of RGB (Red+Green+Blue) = 57+4+89=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #390459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390459 is #C6FBA6. Grayscale: #1D1D1D. Windows color (decimal): -13040551 or 5833785. OLE color: 5833785.

HSL color Cylindrical-coordinate representation of color #390459: hue angle of 277.41º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390459 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 4 89 -
CMYK 0.36 0.96 0 0.65
HSL 277.41º 0.91% 0.18% -
HSV(B) 277.41º 0.96% 0.35% -
XYZ 3.53 1.68 9.59 -
YUV 29.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 57 4 89 0.36 0.96 0 0.65 277.41 0.91 0.18
Hex 39 4 59 24 60 0 41 115 5B 12
Octal 71 4 131 44 140 0 101 425 133 22
Binary 111001 100 1011001 100100 1100000 0 1000001 100010101 1011011 10010

Color Harmonies of #390459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390459

Black with #390459

Text Example


Text Example

White with #390459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390459; }

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

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

background-color css

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

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

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

border-color css

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

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

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