#39005C

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

Shades of Christalle #39005C

Tints of Christalle #39005C

Color information

#39005C (or 0x39005C) is unknown color: approx Christalle. HEX triplet: 39, 00 and 5C. RGB value is (57,0,92). Sum of RGB (Red+Green+Blue) = 57+0+92=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #39005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39005C is #C6FFA3. Grayscale: #1B1B1B. Windows color (decimal): -13041572 or 6029369. OLE color: 6029369.

HSL color Cylindrical-coordinate representation of color #39005C: hue angle of 277.17º 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 #39005C is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57092-
CMYK0.38100.64
HSL277.17º100%18.04%-
HSV(B)277.17º100%36.08%-
XYZ3.621.6410.25-
YUV27.53164.38149.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=38.26%
G=0%
B=61.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal570920.38100.64277.1710018.04
Hex3905C26640401156412
Octal71013446144010042514422
Binary11100101011100100110110010001000000100010101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39005C;
 }
 .AnyTagClassName
 {
   color: #39005C;
 }
</style>
background-color css

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

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

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

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

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

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