Html Css Color HEX #392455 Christalle

📋 copy color: '#392455'

red 57 ◦ green 36 ◦ blue 85

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

Shades of Christalle #392455

Tints of Christalle #392455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 32.02%
G = 20.22%
B = 47.75%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#392455 (or 0x392455) is known color: Christalle. HEX triplet: 39, 24 and 55. RGB value is (57,36,85). Sum of RGB (Red+Green+Blue) = 57+36+85=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #392455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392455 is #C6DBAA. Grayscale: #2F2F2F. Windows color (decimal): -13032363 or 5579833. OLE color: 5579833.

HSL color Cylindrical-coordinate representation of color #392455: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392455 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 36 85 -
CMYK 0.33 0.58 0 0.67
HSL 265.71º 0.4% 0.24% -
HSV(B) 265.71º 0.58% 0.33% -
XYZ 3.96 2.79 8.92 -
YUV 47.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 57 36 85 0.33 0.58 0 0.67 265.71 0.4 0.24
Hex 39 24 55 21 3A 0 43 10A 28 18
Octal 71 44 125 41 72 0 103 412 50 30
Binary 111001 100100 1010101 100001 111010 0 1000011 100001010 101000 11000

Color Harmonies of #392455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392455

Black with #392455

Text Example


Text Example

White with #392455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392455; }

 p { color: rgb(57,36,85); }

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

background-color css

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

 a { background-color: rgb(57,36,85); }

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

border-color css

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

 span { border-color: rgb(57,36,85); }

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