#39015E

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

Shades of Christalle #39015E

Tints of Christalle #39015E

Color information

#39015E (or 0x39015E) is unknown color: approx Christalle. HEX triplet: 39, 01 and 5E. RGB value is (57,1,94). Sum of RGB (Red+Green+Blue) = 57+1+94=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #39015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39015E is #C6FEA1. Grayscale: #1C1C1C. Windows color (decimal): -13041314 or 6160697. OLE color: 6160697.

HSL color Cylindrical-coordinate representation of color #39015E: hue angle of 276.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39015E is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB57194-
CMYK0.390.9900.63
HSL276.13º97.89%18.63%-
HSV(B)276.13º98.94%36.86%-
XYZ3.721.710.72-
YUV28.35165.05148.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=37.5%
G=0.66%
B=61.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal571940.390.9900.63276.1397.8918.63
Hex3915E276303F1146213
Octal7111364714307742414223
Binary1110011101111010011111000110111111100010100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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