Html Css Color HEX #390F65 Christalle

📋 copy color: '#390F65'

red 57 ◦ green 15 ◦ blue 101

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

Shades of Christalle #390F65

Tints of Christalle #390F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 58.38%

R = 32.95%
G = 8.67%
B = 58.38%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#390F65 (or 0x390F65) is known color: Christalle. HEX triplet: 39, 0F and 65. RGB value is (57,15,101). Sum of RGB (Red+Green+Blue) = 57+15+101=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #390F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F65 is #C6F09A. Grayscale: #252525. Windows color (decimal): -13037723 or 6623033. OLE color: 6623033.

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

Color convert

RGB 57 15 101 -
CMYK 0.44 0.85 0 0.60
HSL 269.3º 0.74% 0.23% -
HSV(B) 269.3º 0.85% 0.4% -
XYZ 4.21 2.15 12.51 -
YUV 37.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 57 15 101 0.44 0.85 0 0.60 269.3 0.74 0.23
Hex 39 F 65 2C 55 0 3C 10D 4A 17
Octal 71 17 145 54 125 0 74 415 112 27
Binary 111001 1111 1100101 101100 1010101 0 111100 100001101 1001010 10111

Color Harmonies of #390F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F65

Black with #390F65

Text Example


Text Example

White with #390F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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