Html Css Color HEX #390863 Christalle

📋 copy color: '#390863'

red 57 ◦ green 8 ◦ blue 99

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

Shades of Christalle #390863

Tints of Christalle #390863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 34.76%
G = 4.88%
B = 60.37%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#390863 (or 0x390863) is known color: Christalle. HEX triplet: 39, 08 and 63. RGB value is (57,8,99). Sum of RGB (Red+Green+Blue) = 57+8+99=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #390863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390863 is #C6F79C. Grayscale: #202020. Windows color (decimal): -13039517 or 6490169. OLE color: 6490169.

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

Color convert

RGB 57 8 99 -
CMYK 0.42 0.92 0 0.61
HSL 272.31º 0.85% 0.21% -
HSV(B) 272.31º 0.92% 0.39% -
XYZ 4.03 1.94 11.97 -
YUV 33.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 57 8 99 0.42 0.92 0 0.61 272.31 0.85 0.21
Hex 39 8 63 2A 5C 0 3D 110 55 15
Octal 71 10 143 52 134 0 75 420 125 25
Binary 111001 1000 1100011 101010 1011100 0 111101 100010000 1010101 10101

Color Harmonies of #390863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390863

Black with #390863

Text Example


Text Example

White with #390863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390863; }

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

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

background-color css

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

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

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

border-color css

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

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

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