Html Css Color HEX #392961 Christalle

📋 copy color: '#392961'

red 57 ◦ green 41 ◦ blue 97

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

Shades of Christalle #392961

Tints of Christalle #392961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

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

R = 29.23%
G = 21.03%
B = 49.74%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#392961 (or 0x392961) is known color: Christalle. HEX triplet: 39, 29 and 61. RGB value is (57,41,97). Sum of RGB (Red+Green+Blue) = 57+41+97=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #392961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392961 is #C6D69E. Grayscale: #333333. Windows color (decimal): -13031071 or 6367545. OLE color: 6367545.

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

Color convert

RGB 57 41 97 -
CMYK 0.41 0.58 0 0.62
HSL 257.14º 0.41% 0.27% -
HSV(B) 257.14º 0.58% 0.38% -
XYZ 4.64 3.32 11.71 -
YUV 52.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 57 41 97 0.41 0.58 0 0.62 257.14 0.41 0.27
Hex 39 29 61 29 3A 0 3E 101 29 1B
Octal 71 51 141 51 72 0 76 401 51 33
Binary 111001 101001 1100001 101001 111010 0 111110 100000001 101001 11011

Color Harmonies of #392961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392961

Black with #392961

Text Example


Text Example

White with #392961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392961; }

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

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

background-color css

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

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

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

border-color css

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

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

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