#2B1BC6

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

Shades of Persian Blue #2B1BC6

Tints of Persian Blue #2B1BC6

Color information

#2B1BC6 (or 0x2B1BC6) is unknown color: approx Persian Blue. HEX triplet: 2B, 1B and C6. RGB value is (43,27,198). Sum of RGB (Red+Green+Blue) = 43+27+198=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 198 (77.73% from 255 or 73.88% from 268); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B1BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1BC6 is #D4E439. Grayscale: #323232. Windows color (decimal): -13952058 or 12983083. OLE color: 12983083.

HSL color Cylindrical-coordinate representation of color #2B1BC6: hue angle of 245.61º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1BC6 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4327198-
CMYK0.780.8600.22
HSL245.61º76%44.12%-
HSV(B)245.61º86.36%77.65%-
XYZ11.585.3753.85-
YUV51.28210.8122.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 198 (77.73% from 255) = 73.88%
R=16.04%
G=10.07%
B=73.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43271980.780.8600.22245.617644.12
Hex2B1BC64E56016f64c2c
Octal533330611612602636611454
Binary101011110111100011010011101010110010110111101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,27,198); }

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

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

 a { background-color: rgb(43,27,198); }

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

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

 span { border-color: rgb(43,27,198); }

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