Html Css Color HEX #390F64 Christalle

📋 copy color: '#390F64'

red 57 ◦ green 15 ◦ blue 100

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

Shades of Christalle #390F64

Tints of Christalle #390F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.72%

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

R = 33.14%
G = 8.72%
B = 58.14%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#390F64 (or 0x390F64) is known color: Christalle. HEX triplet: 39, 0F and 64. RGB value is (57,15,100). Sum of RGB (Red+Green+Blue) = 57+15+100=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #390F64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F64 is #C6F09B. Grayscale: #242424. Windows color (decimal): -13037724 or 6557497. OLE color: 6557497.

HSL color Cylindrical-coordinate representation of color #390F64: hue angle of 269.65º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390F64 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 15 100 -
CMYK 0.43 0.85 0 0.61
HSL 269.65º 0.74% 0.23% -
HSV(B) 269.65º 0.85% 0.39% -
XYZ 4.16 2.13 12.25 -
YUV 37.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 57 15 100 0.43 0.85 0 0.61 269.65 0.74 0.23
Hex 39 F 64 2B 55 0 3D 10E 4A 17
Octal 71 17 144 53 125 0 75 416 112 27
Binary 111001 1111 1100100 101011 1010101 0 111101 100001110 1001010 10111

Color Harmonies of #390F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F64

Black with #390F64

Text Example


Text Example

White with #390F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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