Html Css Color HEX #390F5B Christalle

📋 copy color: '#390F5B'

red 57 ◦ green 15 ◦ blue 91

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

Shades of Christalle #390F5B

Tints of Christalle #390F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.83%

R = 34.97%
G = 9.2%
B = 55.83%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#390F5B (or 0x390F5B) is known color: Christalle. HEX triplet: 39, 0F and 5B. RGB value is (57,15,91). Sum of RGB (Red+Green+Blue) = 57+15+91=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #390F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F5B is #C6F0A4. Grayscale: #232323. Windows color (decimal): -13037733 or 5967673. OLE color: 5967673.

HSL color Cylindrical-coordinate representation of color #390F5B: hue angle of 273.16º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390F5B is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 15 91 -
CMYK 0.37 0.84 0 0.64
HSL 273.16º 0.72% 0.21% -
HSV(B) 273.16º 0.84% 0.36% -
XYZ 3.75 1.97 10.08 -
YUV 36.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 57 15 91 0.37 0.84 0 0.64 273.16 0.72 0.21
Hex 39 F 5B 25 54 0 40 111 48 15
Octal 71 17 133 45 124 0 100 421 110 25
Binary 111001 1111 1011011 100101 1010100 0 1000000 100010001 1001000 10101

Color Harmonies of #390F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F5B

Black with #390F5B

Text Example


Text Example

White with #390F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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