Html Css Color HEX #390160 Christalle

📋 copy color: '#390160'

red 57 ◦ green 1 ◦ blue 96

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

Shades of Christalle #390160

Tints of Christalle #390160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 37.01%
G = 0.65%
B = 62.34%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390160 (or 0x390160) is known color: Christalle. HEX triplet: 39, 01 and 60. RGB value is (57,1,96). Sum of RGB (Red+Green+Blue) = 57+1+96=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #390160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390160 is #C6FE9F. Grayscale: #1C1C1C. Windows color (decimal): -13041312 or 6291769. OLE color: 6291769.

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

Color convert

RGB 57 1 96 -
CMYK 0.41 0.99 0 0.62
HSL 275.37º 0.98% 0.19% -
HSV(B) 275.37º 0.99% 0.38% -
XYZ 3.81 1.74 11.2 -
YUV 28.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 57 1 96 0.41 0.99 0 0.62 275.37 0.98 0.19
Hex 39 1 60 29 63 0 3E 113 62 13
Octal 71 1 140 51 143 0 76 423 142 23
Binary 111001 1 1100000 101001 1100011 0 111110 100010011 1100010 10011

Color Harmonies of #390160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390160

Black with #390160

Text Example


Text Example

White with #390160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390160; }

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

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

background-color css

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

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

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

border-color css

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

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

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