Html Css Color HEX #390565 Christalle

📋 copy color: '#390565'

red 57 ◦ green 5 ◦ blue 101

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

Shades of Christalle #390565

Tints of Christalle #390565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

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

R = 34.97%
G = 3.07%
B = 61.96%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#390565 (or 0x390565) is known color: Christalle. HEX triplet: 39, 05 and 65. RGB value is (57,5,101). Sum of RGB (Red+Green+Blue) = 57+5+101=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #390565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390565 is #C6FA9A. Grayscale: #1F1F1F. Windows color (decimal): -13040283 or 6620473. OLE color: 6620473.

HSL color Cylindrical-coordinate representation of color #390565: hue angle of 272.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390565 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 5 101 -
CMYK 0.44 0.95 0 0.60
HSL 272.5º 0.91% 0.21% -
HSV(B) 272.5º 0.95% 0.4% -
XYZ 4.09 1.92 12.47 -
YUV 31.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 57 5 101 0.44 0.95 0 0.60 272.5 0.91 0.21
Hex 39 5 65 2C 5F 0 3C 110 5B 15
Octal 71 5 145 54 137 0 74 420 133 25
Binary 111001 101 1100101 101100 1011111 0 111100 100010000 1011011 10101

Color Harmonies of #390565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390565

Black with #390565

Text Example


Text Example

White with #390565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390565; }

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

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

background-color css

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

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

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

border-color css

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

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

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