Html Css Color HEX #390764 Christalle

📋 copy color: '#390764'

red 57 ◦ green 7 ◦ blue 100

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

Shades of Christalle #390764

Tints of Christalle #390764

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

 BLUE value IS 100 (39.45% from 255) = 60.98%

R = 34.76%
G = 4.27%
B = 60.98%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#390764 (or 0x390764) is known color: Christalle. HEX triplet: 39, 07 and 64. RGB value is (57,7,100). Sum of RGB (Red+Green+Blue) = 57+7+100=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 100 (39.45% from 255 or 60.98% from 164); Max value from RGB is 100 - color contains mainly: blue. Hex color #390764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390764 is #C6F89B. Grayscale: #202020. Windows color (decimal): -13039772 or 6555449. OLE color: 6555449.

HSL color Cylindrical-coordinate representation of color #390764: hue angle of 272.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390764 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 7 100 -
CMYK 0.43 0.93 0 0.61
HSL 272.26º 0.87% 0.21% -
HSV(B) 272.26º 0.93% 0.39% -
XYZ 4.06 1.94 12.22 -
YUV 32.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 57 7 100 0.43 0.93 0 0.61 272.26 0.87 0.21
Hex 39 7 64 2B 5D 0 3D 110 57 15
Octal 71 7 144 53 135 0 75 420 127 25
Binary 111001 111 1100100 101011 1011101 0 111101 100010000 1010111 10101

Color Harmonies of #390764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390764

Black with #390764

Text Example


Text Example

White with #390764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390764; }

 p { color: rgb(57,7,100); }

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

background-color css

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

 a { background-color: rgb(57,7,100); }

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

border-color css

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

 span { border-color: rgb(57,7,100); }

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