#39275C

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

Shades of Christalle #39275C

Tints of Christalle #39275C

Color information

#39275C (or 0x39275C) is unknown color: approx Christalle. HEX triplet: 39, 27 and 5C. RGB value is (57,39,92). Sum of RGB (Red+Green+Blue) = 57+39+92=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #39275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39275C is #C6D8A3. Grayscale: #323232. Windows color (decimal): -13031588 or 6039353. OLE color: 6039353.

HSL color Cylindrical-coordinate representation of color #39275C: hue angle of 260.38º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39275C is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB573992-
CMYK0.380.5800.64
HSL260.38º40.46%25.69%-
HSV(B)260.38º57.61%36.08%-
XYZ4.343.0910.49-
YUV50.42151.46132.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=30.32%
G=20.74%
B=48.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5739920.380.5800.64260.3840.4625.69
Hex39275C263A040104281a
Octal7147134467201004045032
Binary11100110011110111001001101110100100000010000010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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