Html Css Color HEX #390363 Christalle

📋 copy color: '#390363'

red 57 ◦ green 3 ◦ blue 99

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

Shades of Christalle #390363

Tints of Christalle #390363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 99 (39.06% from 255) = 62.26%

R = 35.85%
G = 1.89%
B = 62.26%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#390363 (or 0x390363) is known color: Christalle. HEX triplet: 39, 03 and 63. RGB value is (57,3,99). Sum of RGB (Red+Green+Blue) = 57+3+99=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #390363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390363 is #C6FC9C. Grayscale: #1D1D1D. Windows color (decimal): -13040797 or 6488889. OLE color: 6488889.

HSL color Cylindrical-coordinate representation of color #390363: hue angle of 273.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390363 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 3 99 -
CMYK 0.42 0.97 0 0.61
HSL 273.75º 0.94% 0.2% -
HSV(B) 273.75º 0.97% 0.39% -
XYZ 3.97 1.84 11.95 -
YUV 30.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 57 3 99 0.42 0.97 0 0.61 273.75 0.94 0.2
Hex 39 3 63 2A 61 0 3D 112 5E 14
Octal 71 3 143 52 141 0 75 422 136 24
Binary 111001 11 1100011 101010 1100001 0 111101 100010010 1011110 10100

Color Harmonies of #390363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390363

Black with #390363

Text Example


Text Example

White with #390363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390363; }

 p { color: rgb(57,3,99); }

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

background-color css

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

 a { background-color: rgb(57,3,99); }

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

border-color css

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

 span { border-color: rgb(57,3,99); }

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