#3E2260

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

Shades of Christalle #3E2260

Tints of Christalle #3E2260

Color information

#3E2260 (or 0x3E2260) is unknown color: approx Christalle. HEX triplet: 3E, 22 and 60. RGB value is (62,34,96). Sum of RGB (Red+Green+Blue) = 62+34+96=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2260 is #C1DD9F. Grayscale: #313131. Windows color (decimal): -12705184 or 6300222. OLE color: 6300222.

HSL color Cylindrical-coordinate representation of color #3E2260: hue angle of 267.1º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E2260 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB623496-
CMYK0.350.6500.62
HSL267.1º47.69%25.49%-
HSV(B)267.1º64.58%37.65%-
XYZ4.673.0111.4-
YUV49.44154.28136.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 96 (37.89% from 255) = 50%
R=32.29%
G=17.71%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6234960.350.6500.62267.147.6925.49
Hex3E2260234103E10b3019
Octal7642140431010764136031
Binary11111010001011000001000111000001011111010000101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,34,96); }

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

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

 a { background-color: rgb(62,34,96); }

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

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

 span { border-color: rgb(62,34,96); }

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