#3A1357

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

Shades of Christalle #3A1357

Tints of Christalle #3A1357

Color information

#3A1357 (or 0x3A1357) is unknown color: approx Christalle. HEX triplet: 3A, 13 and 57. RGB value is (58,19,87). Sum of RGB (Red+Green+Blue) = 58+19+87=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A1357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1357 is #C5ECA8. Grayscale: #262626. Windows color (decimal): -12971177 or 5706554. OLE color: 5706554.

HSL color Cylindrical-coordinate representation of color #3A1357: hue angle of 274.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1357 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB581987-
CMYK0.330.7800.66
HSL274.41º64.15%20.78%-
HSV(B)274.41º78.16%34.12%-
XYZ3.72.059.22-
YUV38.41155.42141.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 87 (34.38% from 255) = 53.05%
R=35.37%
G=11.59%
B=53.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5819870.330.7800.66274.4164.1520.78
Hex3A1357214E0421124015
Octal722312741116010242210025
Binary111010100111010111100001100111001000010100010010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1357; }

 p { color: rgb(58,19,87); }

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

<style>
 a { background-color: #3A1357; }

 a { background-color: rgb(58,19,87); }

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

<style>
 span { border-color: #3A1357; }

 span { border-color: rgb(58,19,87); }

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