Html Css Color HEX #390463 Christalle

📋 copy color: '#390463'

red 57 ◦ green 4 ◦ blue 99

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

Shades of Christalle #390463

Tints of Christalle #390463

RGB

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

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

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

R = 35.63%
G = 2.5%
B = 61.88%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#390463 (or 0x390463) is known color: Christalle. HEX triplet: 39, 04 and 63. RGB value is (57,4,99). Sum of RGB (Red+Green+Blue) = 57+4+99=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #390463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390463 is #C6FB9C. Grayscale: #1E1E1E. Windows color (decimal): -13040541 or 6489145. OLE color: 6489145.

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

Color convert

RGB 57 4 99 -
CMYK 0.42 0.96 0 0.61
HSL 273.47º 0.92% 0.2% -
HSV(B) 273.47º 0.96% 0.39% -
XYZ 3.98 1.86 11.95 -
YUV 30.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 57 4 99 0.42 0.96 0 0.61 273.47 0.92 0.2
Hex 39 4 63 2A 60 0 3D 111 5C 14
Octal 71 4 143 52 140 0 75 421 134 24
Binary 111001 100 1100011 101010 1100000 0 111101 100010001 1011100 10100

Color Harmonies of #390463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390463

Black with #390463

Text Example


Text Example

White with #390463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390463; }

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

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

background-color css

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

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

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

border-color css

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

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

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