#39275A

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

Shades of Christalle #39275A

Tints of Christalle #39275A

Color information

#39275A (or 0x39275A) is unknown color: approx Christalle. HEX triplet: 39, 27 and 5A. RGB value is (57,39,90). Sum of RGB (Red+Green+Blue) = 57+39+90=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #39275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39275A is #C6D8A5. Grayscale: #323232. Windows color (decimal): -13031590 or 5908281. OLE color: 5908281.

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

Color convert

RGB573990-
CMYK0.370.5700.65
HSL261.18º39.53%25.29%-
HSV(B)261.18º56.67%35.29%-
XYZ4.263.0610.04-
YUV50.2150.46132.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=30.65%
G=20.97%
B=48.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5739900.370.5700.65261.1839.5325.29
Hex39275A25390411052819
Octal7147132457101014055031
Binary11100110011110110101001011110010100000110000010110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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