#2B1763

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

Shades of Christalle #2B1763

Tints of Christalle #2B1763

Color information

#2B1763 (or 0x2B1763) is unknown color: approx Christalle. HEX triplet: 2B, 17 and 63. RGB value is (43,23,99). Sum of RGB (Red+Green+Blue) = 43+23+99=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B1763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1763 is #D4E89C. Grayscale: #252525. Windows color (decimal): -13953181 or 6493995. OLE color: 6493995.

HSL color Cylindrical-coordinate representation of color #2B1763: hue angle of 255.79º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B1763 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB432399-
CMYK0.570.7700.61
HSL255.79º62.3%23.92%-
HSV(B)255.79º76.77%38.82%-
XYZ3.552.0312.01-
YUV37.64162.63131.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 99 (39.06% from 255) = 60%
R=26.06%
G=13.94%
B=60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4323990.570.7700.61255.7962.323.92
Hex2B1763394D03D1003e18
Octal5327143711150754007630
Binary1010111011111000111110011001101011110110000000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1763; }

 p { color: rgb(43,23,99); }

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

<style>
 a { background-color: #2B1763; }

 a { background-color: rgb(43,23,99); }

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

<style>
 span { border-color: #2B1763; }

 span { border-color: rgb(43,23,99); }

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