#39135A

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

Shades of Christalle #39135A

Tints of Christalle #39135A

Color information

#39135A (or 0x39135A) is unknown color: approx Christalle. HEX triplet: 39, 13 and 5A. RGB value is (57,19,90). Sum of RGB (Red+Green+Blue) = 57+19+90=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #39135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39135A is #C6ECA5. Grayscale: #262626. Windows color (decimal): -13036710 or 5903161. OLE color: 5903161.

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

Color convert

RGB571990-
CMYK0.370.7900.65
HSL272.11º65.14%21.37%-
HSV(B)272.11º78.89%35.29%-
XYZ3.772.079.87-
YUV38.46157.09141.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.34%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=34.34%
G=11.45%
B=54.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5719900.370.7900.65272.1165.1421.37
Hex39135A254F0411104115
Octal712313245117010142010125
Binary111001100111011010100101100111101000001100010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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