#39265B

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

Shades of Christalle #39265B

Tints of Christalle #39265B

Color information

#39265B (or 0x39265B) is unknown color: approx Christalle. HEX triplet: 39, 26 and 5B. RGB value is (57,38,91). Sum of RGB (Red+Green+Blue) = 57+38+91=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #39265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39265B is #C6D9A4. Grayscale: #313131. Windows color (decimal): -13031845 or 5973561. OLE color: 5973561.

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

Color convert

RGB573891-
CMYK0.370.5800.64
HSL261.51º41.09%25.29%-
HSV(B)261.51º58.24%35.69%-
XYZ4.273.0110.25-
YUV49.72151.29133.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=30.65%
G=20.43%
B=48.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5738910.370.5800.64261.5141.0925.29
Hex39265B253A0401062919
Octal7146133457201004065131
Binary11100110011010110111001011110100100000010000011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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