#3E1F6C

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

Shades of Christalle #3E1F6C

Tints of Christalle #3E1F6C

Color information

#3E1F6C (or 0x3E1F6C) is unknown color: approx Christalle. HEX triplet: 3E, 1F and 6C. RGB value is (62,31,108). Sum of RGB (Red+Green+Blue) = 62+31+108=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E1F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1F6C is #C1E093. Grayscale: #303030. Windows color (decimal): -12705940 or 7085886. OLE color: 7085886.

HSL color Cylindrical-coordinate representation of color #3E1F6C: hue angle of 264.16º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1F6C is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6231108-
CMYK0.430.7100.58
HSL264.16º55.4%27.25%-
HSV(B)264.16º71.3%42.35%-
XYZ5.183.0914.51-
YUV49.05161.27137.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.85%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=30.85%
G=15.42%
B=53.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62311080.430.7100.58264.1655.427.25
Hex3E1F6C2B4703A108371b
Octal7637154531070724106733
Binary1111101111111011001010111000111011101010000100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,31,108); }

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

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

 a { background-color: rgb(62,31,108); }

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

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

 span { border-color: rgb(62,31,108); }

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