#39015C

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

Shades of Christalle #39015C

Tints of Christalle #39015C

Color information

#39015C (or 0x39015C) is unknown color: approx Christalle. HEX triplet: 39, 01 and 5C. RGB value is (57,1,92). Sum of RGB (Red+Green+Blue) = 57+1+92=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #39015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39015C is #C6FEA3. Grayscale: #1B1B1B. Windows color (decimal): -13041316 or 6029625. OLE color: 6029625.

HSL color Cylindrical-coordinate representation of color #39015C: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39015C is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB57192-
CMYK0.380.9900.64
HSL276.92º97.85%18.24%-
HSV(B)276.92º98.91%36.08%-
XYZ3.631.6610.26-
YUV28.12164.05148.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 92 (36.33% from 255) = 61.33%
R=38%
G=0.67%
B=61.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal571920.380.9900.64276.9297.8518.24
Hex3915C26630401156212
Octal71113446143010042514222
Binary11100111011100100110110001101000000100010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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