Html Css Color HEX #39065D Christalle

📋 copy color: '#39065D'

red 57 ◦ green 6 ◦ blue 93

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

Shades of Christalle #39065D

Tints of Christalle #39065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 93 (36.72% from 255) = 59.62%

R = 36.54%
G = 3.85%
B = 59.62%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39065D (or 0x39065D) is known color: Christalle. HEX triplet: 39, 06 and 5D. RGB value is (57,6,93). Sum of RGB (Red+Green+Blue) = 57+6+93=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #39065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39065D is #C6F9A2. Grayscale: #1E1E1E. Windows color (decimal): -13040035 or 6096441. OLE color: 6096441.

HSL color Cylindrical-coordinate representation of color #39065D: hue angle of 275.17º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39065D is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 6 93 -
CMYK 0.39 0.94 0 0.64
HSL 275.17º 0.88% 0.19% -
HSV(B) 275.17º 0.94% 0.36% -
XYZ 3.73 1.79 10.51 -
YUV 31.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 57 6 93 0.39 0.94 0 0.64 275.17 0.88 0.19
Hex 39 6 5D 27 5E 0 40 113 58 13
Octal 71 6 135 47 136 0 100 423 130 23
Binary 111001 110 1011101 100111 1011110 0 1000000 100010011 1011000 10011

Color Harmonies of #39065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39065D

Black with #39065D

Text Example


Text Example

White with #39065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39065D; }

 p { color: rgb(57,6,93); }

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

background-color css

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

 a { background-color: rgb(57,6,93); }

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

border-color css

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

 span { border-color: rgb(57,6,93); }

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