#39025E

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

Shades of Christalle #39025E

Tints of Christalle #39025E

Color information

#39025E (or 0x39025E) is unknown color: approx Christalle. HEX triplet: 39, 02 and 5E. RGB value is (57,2,94). Sum of RGB (Red+Green+Blue) = 57+2+94=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #39025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39025E is #C6FDA1. Grayscale: #1C1C1C. Windows color (decimal): -13041058 or 6160953. OLE color: 6160953.

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

Color convert

RGB57294-
CMYK0.390.9800.63
HSL275.87º95.83%18.82%-
HSV(B)275.87º97.87%36.86%-
XYZ3.731.7210.73-
YUV28.93164.72148.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=37.25%
G=1.31%
B=61.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal572940.390.9800.63275.8795.8318.82
Hex3925E276203F1146013
Octal7121364714207742414023
Binary11100110101111010011111000100111111100010100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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