#3A0D5B

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

Shades of Christalle #3A0D5B

Tints of Christalle #3A0D5B

Color information

#3A0D5B (or 0x3A0D5B) is unknown color: approx Christalle. HEX triplet: 3A, 0D and 5B. RGB value is (58,13,91). Sum of RGB (Red+Green+Blue) = 58+13+91=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A0D5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0D5B is #C5F2A4. Grayscale: #232323. Windows color (decimal): -12972709 or 5967162. OLE color: 5967162.

HSL color Cylindrical-coordinate representation of color #3A0D5B: hue angle of 274.62º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A0D5B is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB581391-
CMYK0.360.8600.64
HSL274.62º75%20.39%-
HSV(B)274.62º85.71%35.69%-
XYZ3.781.9410.07-
YUV35.35159.41144.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.80%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=35.80%
G=8.02%
B=56.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5813910.360.8600.64274.627520.39
Hex3AD5B24560401134b14
Octal721513344126010042311324
Binary11101011011011011100100101011001000000100010011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,13,91); }

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

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

 a { background-color: rgb(58,13,91); }

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

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

 span { border-color: rgb(58,13,91); }

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