#3E1970

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

Shades of Christalle #3E1970

Tints of Christalle #3E1970

Color information

#3E1970 (or 0x3E1970) is unknown color: approx Christalle. HEX triplet: 3E, 19 and 70. RGB value is (62,25,112). Sum of RGB (Red+Green+Blue) = 62+25+112=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E1970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1970 is #C1E68F. Grayscale: #2D2D2D. Windows color (decimal): -12707472 or 7346494. OLE color: 7346494.

HSL color Cylindrical-coordinate representation of color #3E1970: hue angle of 265.52º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E1970 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6225112-
CMYK0.450.7800.56
HSL265.52º63.5%26.86%-
HSV(B)265.52º77.68%43.92%-
XYZ5.262.8915.61-
YUV45.98165.26139.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.16%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=31.16%
G=12.56%
B=56.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62251120.450.7800.56265.5263.526.86
Hex3E19702D4E03810a401b
Octal76311605511607041210033
Binary11111011001111000010110110011100111000100001010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,25,112); }

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

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

 a { background-color: rgb(62,25,112); }

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

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

 span { border-color: rgb(62,25,112); }

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