Html Css Color HEX #392560 Christalle

📋 copy color: '#392560'

red 57 ◦ green 37 ◦ blue 96

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

Shades of Christalle #392560

Tints of Christalle #392560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.47%

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 30%
G = 19.47%
B = 50.53%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#392560 (or 0x392560) is known color: Christalle. HEX triplet: 39, 25 and 60. RGB value is (57,37,96). Sum of RGB (Red+Green+Blue) = 57+37+96=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #392560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392560 is #C6DA9F. Grayscale: #313131. Windows color (decimal): -13032096 or 6300985. OLE color: 6300985.

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

Color convert

RGB 57 37 96 -
CMYK 0.41 0.61 0 0.62
HSL 260.34º 0.44% 0.26% -
HSV(B) 260.34º 0.61% 0.38% -
XYZ 4.46 3.04 11.42 -
YUV 49.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 57 37 96 0.41 0.61 0 0.62 260.34 0.44 0.26
Hex 39 25 60 29 3D 0 3E 104 2C 1A
Octal 71 45 140 51 75 0 76 404 54 32
Binary 111001 100101 1100000 101001 111101 0 111110 100000100 101100 11010

Color Harmonies of #392560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392560

Black with #392560

Text Example


Text Example

White with #392560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392560; }

 p { color: rgb(57,37,96); }

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

background-color css

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

 a { background-color: rgb(57,37,96); }

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

border-color css

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

 span { border-color: rgb(57,37,96); }

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