#2B0760

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

Shades of Christalle #2B0760

Tints of Christalle #2B0760

Color information

#2B0760 (or 0x2B0760) is unknown color: approx Christalle. HEX triplet: 2B, 07 and 60. RGB value is (43,7,96). Sum of RGB (Red+Green+Blue) = 43+7+96=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0760 is #D4F89F. Grayscale: #1B1B1B. Windows color (decimal): -13957280 or 6293291. OLE color: 6293291.

HSL color Cylindrical-coordinate representation of color #2B0760: hue angle of 264.27º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0760 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43796-
CMYK0.550.9300.62
HSL264.27º86.41%20.2%-
HSV(B)264.27º92.71%37.65%-
XYZ3.181.5111.19-
YUV27.91166.43138.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.45%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=29.45%
G=4.79%
B=65.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal437960.550.9300.62264.2786.4120.2
Hex2B760375D03E1085614
Octal5371406713507641012624
Binary101011111110000011011110111010111110100001000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,7,96); }

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

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

 a { background-color: rgb(43,7,96); }

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

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

 span { border-color: rgb(43,7,96); }

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