#39025B

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

Shades of Christalle #39025B

Tints of Christalle #39025B

Color information

#39025B (or 0x39025B) is unknown color: approx Christalle. HEX triplet: 39, 02 and 5B. RGB value is (57,2,91). Sum of RGB (Red+Green+Blue) = 57+2+91=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #39025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39025B is #C6FDA4. Grayscale: #1C1C1C. Windows color (decimal): -13041061 or 5964345. OLE color: 5964345.

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

Color convert

RGB57291-
CMYK0.370.9800.64
HSL277.08º95.7%18.24%-
HSV(B)277.08º97.8%35.69%-
XYZ3.61.6710.03-
YUV28.59163.22148.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=38%
G=1.33%
B=60.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal572910.370.9800.64277.0895.718.24
Hex3925B25620401156012
Octal71213345142010042514022
Binary111001101011011100101110001001000000100010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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