#39255A

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

Shades of Christalle #39255A

Tints of Christalle #39255A

Color information

#39255A (or 0x39255A) is unknown color: approx Christalle. HEX triplet: 39, 25 and 5A. RGB value is (57,37,90). Sum of RGB (Red+Green+Blue) = 57+37+90=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #39255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39255A is #C6DAA5. Grayscale: #303030. Windows color (decimal): -13032102 or 5907769. OLE color: 5907769.

HSL color Cylindrical-coordinate representation of color #39255A: hue angle of 262.64º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39255A is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB573790-
CMYK0.370.5900.65
HSL262.64º41.73%24.9%-
HSV(B)262.64º58.89%35.29%-
XYZ4.192.9310.02-
YUV49.02151.13133.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=30.98%
G=20.11%
B=48.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5737900.370.5900.65262.6441.7324.9
Hex39255A253B0411072a19
Octal7145132457301014075231
Binary11100110010110110101001011110110100000110000011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39255A; }

 p { color: rgb(57,37,90); }

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

<style>
 a { background-color: #39255A; }

 a { background-color: rgb(57,37,90); }

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

<style>
 span { border-color: #39255A; }

 span { border-color: rgb(57,37,90); }

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