Html Css Color HEX #390161 Christalle

📋 copy color: '#390161'

red 57 ◦ green 1 ◦ blue 97

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

Shades of Christalle #390161

Tints of Christalle #390161

RGB

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

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

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

R = 36.77%
G = 0.65%
B = 62.58%

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

#390161 (or 0x390161) is known color: Christalle. HEX triplet: 39, 01 and 61. RGB value is (57,1,97). Sum of RGB (Red+Green+Blue) = 57+1+97=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #390161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390161 is #C6FE9E. Grayscale: #1C1C1C. Windows color (decimal): -13041311 or 6357305. OLE color: 6357305.

HSL color Cylindrical-coordinate representation of color #390161: hue angle of 275º 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 #390161 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 1 97 -
CMYK 0.41 0.99 0 0.62
HSL 275º 0.98% 0.19% -
HSV(B) 275º 0.99% 0.38% -
XYZ 3.86 1.75 11.44 -
YUV 28.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 57 1 97 0.41 0.99 0 0.62 275 0.98 0.19
Hex 39 1 61 29 63 0 3E 113 62 13
Octal 71 1 141 51 143 0 76 423 142 23
Binary 111001 1 1100001 101001 1100011 0 111110 100010011 1100010 10011

Color Harmonies of #390161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390161

Black with #390161

Text Example


Text Example

White with #390161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390161; }

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

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

background-color css

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

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

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

border-color css

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

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

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