#3E1A5E

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

Shades of Christalle #3E1A5E

Tints of Christalle #3E1A5E

Color information

#3E1A5E (or 0x3E1A5E) is unknown color: approx Christalle. HEX triplet: 3E, 1A and 5E. RGB value is (62,26,94). Sum of RGB (Red+Green+Blue) = 62+26+94=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E1A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1A5E is #C1E5A1. Grayscale: #2C2C2C. Windows color (decimal): -12707234 or 6167102. OLE color: 6167102.

HSL color Cylindrical-coordinate representation of color #3E1A5E: hue angle of 271.76º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E1A5E is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB622694-
CMYK0.340.7200.63
HSL271.76º56.67%23.53%-
HSV(B)271.76º72.34%36.86%-
XYZ4.382.5710.86-
YUV44.52155.93140.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.07%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=34.07%
G=14.29%
B=51.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6226940.340.7200.63271.7656.6723.53
Hex3E1A5E224803F1103918
Octal7632136421100774207130
Binary1111101101010111101000101001000011111110001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,26,94); }

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

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

 a { background-color: rgb(62,26,94); }

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

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

 span { border-color: rgb(62,26,94); }

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