#2B1AC1

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

Shades of Persian Blue #2B1AC1

Tints of Persian Blue #2B1AC1

Color information

#2B1AC1 (or 0x2B1AC1) is unknown color: approx Persian Blue. HEX triplet: 2B, 1A and C1. RGB value is (43,26,193). Sum of RGB (Red+Green+Blue) = 43+26+193=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B1AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1AC1 is #D4E53E. Grayscale: #313131. Windows color (decimal): -13952319 or 12655147. OLE color: 12655147.

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

Color convert

RGB4326193-
CMYK0.780.8700.24
HSL246.11º76.26%42.94%-
HSV(B)246.11º86.53%75.69%-
XYZ10.995.150.86-
YUV50.12208.63122.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.41%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 193 (75.78% from 255) = 73.66%
R=16.41%
G=9.92%
B=73.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43261930.780.8700.24246.1176.2642.94
Hex2B1AC14E57018f64c2b
Octal533230111612703036611453
Binary101011110101100000110011101010111011000111101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,193); }

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

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

 a { background-color: rgb(43,26,193); }

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

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

 span { border-color: rgb(43,26,193); }

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