#3A035E

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

Shades of Christalle #3A035E

Tints of Christalle #3A035E

Color information

#3A035E (or 0x3A035E) is unknown color: approx Christalle. HEX triplet: 3A, 03 and 5E. RGB value is (58,3,94). Sum of RGB (Red+Green+Blue) = 58+3+94=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A035E is #C5FCA1. Grayscale: #1D1D1D. Windows color (decimal): -12975266 or 6161210. OLE color: 6161210.

HSL color Cylindrical-coordinate representation of color #3A035E: hue angle of 276.26º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A035E is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58394-
CMYK0.380.9700.63
HSL276.26º93.81%19.02%-
HSV(B)276.26º96.81%36.86%-
XYZ3.81.7710.73-
YUV29.82164.22148.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=37.42%
G=1.94%
B=60.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal583940.380.9700.63276.2693.8119.02
Hex3A35E266103F1145e13
Octal7231364614107742413623
Binary11101011101111010011011000010111111100010100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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