Html Css Color HEX #390461 Christalle

📋 copy color: '#390461'

red 57 ◦ green 4 ◦ blue 97

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

Shades of Christalle #390461

Tints of Christalle #390461

RGB

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

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

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

R = 36.08%
G = 2.53%
B = 61.39%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390461 (or 0x390461) is known color: Christalle. HEX triplet: 39, 04 and 61. RGB value is (57,4,97). Sum of RGB (Red+Green+Blue) = 57+4+97=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #390461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390461 is #C6FB9E. Grayscale: #1E1E1E. Windows color (decimal): -13040543 or 6358073. OLE color: 6358073.

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

Color convert

RGB 57 4 97 -
CMYK 0.41 0.96 0 0.62
HSL 274.19º 0.92% 0.2% -
HSV(B) 274.19º 0.96% 0.38% -
XYZ 3.89 1.82 11.46 -
YUV 30.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 57 4 97 0.41 0.96 0 0.62 274.19 0.92 0.2
Hex 39 4 61 29 60 0 3E 112 5C 14
Octal 71 4 141 51 140 0 76 422 134 24
Binary 111001 100 1100001 101001 1100000 0 111110 100010010 1011100 10100

Color Harmonies of #390461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390461

Black with #390461

Text Example


Text Example

White with #390461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390461; }

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

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

background-color css

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

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

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

border-color css

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

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

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