Html Css Color HEX #390561 Christalle

📋 copy color: '#390561'

red 57 ◦ green 5 ◦ blue 97

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

Shades of Christalle #390561

Tints of Christalle #390561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 97 (38.28% from 255) = 61.01%

R = 35.85%
G = 3.14%
B = 61.01%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390561 (or 0x390561) is known color: Christalle. HEX triplet: 39, 05 and 61. RGB value is (57,5,97). Sum of RGB (Red+Green+Blue) = 57+5+97=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #390561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390561 is #C6FA9E. Grayscale: #1E1E1E. Windows color (decimal): -13040287 or 6358329. OLE color: 6358329.

HSL color Cylindrical-coordinate representation of color #390561: hue angle of 273.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390561 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 5 97 -
CMYK 0.41 0.95 0 0.62
HSL 273.91º 0.9% 0.2% -
HSV(B) 273.91º 0.95% 0.38% -
XYZ 3.9 1.84 11.46 -
YUV 31.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 57 5 97 0.41 0.95 0 0.62 273.91 0.9 0.2
Hex 39 5 61 29 5F 0 3E 112 5A 14
Octal 71 5 141 51 137 0 76 422 132 24
Binary 111001 101 1100001 101001 1011111 0 111110 100010010 1011010 10100

Color Harmonies of #390561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390561

Black with #390561

Text Example


Text Example

White with #390561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390561; }

 p { color: rgb(57,5,97); }

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

background-color css

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

 a { background-color: rgb(57,5,97); }

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

border-color css

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

 span { border-color: rgb(57,5,97); }

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