Html Css Color HEX #39005D Christalle

📋 copy color: '#39005D'

red 57 ◦ green 0 ◦ blue 93

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

Shades of Christalle #39005D

Tints of Christalle #39005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38%
G = 0%
B = 62%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39005D (or 0x39005D) is known color: Christalle. HEX triplet: 39, 00 and 5D. RGB value is (57,0,93). Sum of RGB (Red+Green+Blue) = 57+0+93=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #39005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39005D is #C6FFA2. Grayscale: #1B1B1B. Windows color (decimal): -13041571 or 6094905. OLE color: 6094905.

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

Color convert

RGB 57 0 93 -
CMYK 0.39 1 0 0.64
HSL 276.77º 1% 0.18% -
HSV(B) 276.77º 1% 0.36% -
XYZ 3.66 1.66 10.48 -
YUV 27.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 57 0 93 0.39 1 0 0.64 276.77 1 0.18
Hex 39 0 5D 27 64 0 40 115 64 12
Octal 71 0 135 47 144 0 100 425 144 22
Binary 111001 0 1011101 100111 1100100 0 1000000 100010101 1100100 10010

Color Harmonies of #39005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39005D

Black with #39005D

Text Example


Text Example

White with #39005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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