#3B1260

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

Shades of Christalle #3B1260

Tints of Christalle #3B1260

Color information

#3B1260 (or 0x3B1260) is unknown color: approx Christalle. HEX triplet: 3B, 12 and 60. RGB value is (59,18,96). Sum of RGB (Red+Green+Blue) = 59+18+96=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B1260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1260 is #C4ED9F. Grayscale: #262626. Windows color (decimal): -12905888 or 6296123. OLE color: 6296123.

HSL color Cylindrical-coordinate representation of color #3B1260: hue angle of 271.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B1260 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB591896-
CMYK0.390.8100.62
HSL271.54º68.42%22.35%-
HSV(B)271.54º81.25%37.65%-
XYZ4.132.2111.27-
YUV39.15160.08142.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=34.10%
G=10.40%
B=55.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5918960.390.8100.62271.5468.4222.35
Hex3B1260275103E1104416
Octal73221404712107642010426
Binary11101110010110000010011110100010111110100010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,18,96); }

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

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

 a { background-color: rgb(59,18,96); }

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

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

 span { border-color: rgb(59,18,96); }

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