#3B1E63

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

Shades of Christalle #3B1E63

Tints of Christalle #3B1E63

Color information

#3B1E63 (or 0x3B1E63) is unknown color: approx Christalle. HEX triplet: 3B, 1E and 63. RGB value is (59,30,99). Sum of RGB (Red+Green+Blue) = 59+30+99=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B1E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1E63 is #C4E19C. Grayscale: #2E2E2E. Windows color (decimal): -12902813 or 6495803. OLE color: 6495803.

HSL color Cylindrical-coordinate representation of color #3B1E63: hue angle of 265.22º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1E63 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB593099-
CMYK0.400.7000.61
HSL265.22º53.49%25.29%-
HSV(B)265.22º69.7%38.82%-
XYZ4.522.7612.1-
YUV46.54157.61136.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=31.38%
G=15.96%
B=52.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5930990.400.7000.61265.2253.4925.29
Hex3B1E63284603D1093519
Octal7336143501060754116531
Binary1110111111011000111010001000110011110110000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,30,99); }

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

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

 a { background-color: rgb(59,30,99); }

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

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

 span { border-color: rgb(59,30,99); }

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