#3A1F6C

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

Shades of Christalle #3A1F6C

Tints of Christalle #3A1F6C

Color information

#3A1F6C (or 0x3A1F6C) is unknown color: approx Christalle. HEX triplet: 3A, 1F and 6C. RGB value is (58,31,108). Sum of RGB (Red+Green+Blue) = 58+31+108=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A1F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1F6C is #C5E093. Grayscale: #2F2F2F. Windows color (decimal): -12968084 or 7085882. OLE color: 7085882.

HSL color Cylindrical-coordinate representation of color #3A1F6C: hue angle of 261.04º 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 #3A1F6C is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5831108-
CMYK0.460.7100.58
HSL261.04º55.4%27.25%-
HSV(B)261.04º71.3%42.35%-
XYZ4.942.9614.5-
YUV47.85161.95135.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=29.44%
G=15.74%
B=54.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58311080.460.7100.58261.0455.427.25
Hex3A1F6C2E4703A105371b
Octal7237154561070724056733
Binary1110101111111011001011101000111011101010000010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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