#39005D

Color #39005D Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #39005D

Tints of Christalle #39005D

Color information

#39005D (or 0x39005D) is unknown color: approx 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

RGB57093-
CMYK0.39100.64
HSL276.77º100%18.24%-
HSV(B)276.77º100%36.47%-
XYZ3.661.6610.48-
YUV27.64164.88148.94-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal570930.39100.64276.7710018.24
Hex3905D27640401156412
Octal71013547144010042514422
Binary11100101011101100111110010001000000100010101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>