#3A135E

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

Shades of Christalle #3A135E

Tints of Christalle #3A135E

Color information

#3A135E (or 0x3A135E) is unknown color: approx Christalle. HEX triplet: 3A, 13 and 5E. RGB value is (58,19,94). Sum of RGB (Red+Green+Blue) = 58+19+94=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A135E is #C5ECA1. Grayscale: #262626. Windows color (decimal): -12971170 or 6165306. OLE color: 6165306.

HSL color Cylindrical-coordinate representation of color #3A135E: hue angle of 271.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A135E is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB581994-
CMYK0.380.8000.63
HSL271.2º66.37%22.16%-
HSV(B)271.2º79.79%36.86%-
XYZ42.1710.8-
YUV39.21158.92141.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=33.92%
G=11.11%
B=54.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5819940.380.8000.63271.266.3722.16
Hex3A135E265003F10f4216
Octal72231364612007741710226
Binary11101010011101111010011010100000111111100001111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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