#2B1FD3

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

Shades of Persian Blue #2B1FD3

Tints of Persian Blue #2B1FD3

Color information

#2B1FD3 (or 0x2B1FD3) is unknown color: approx Persian Blue. HEX triplet: 2B, 1F and D3. RGB value is (43,31,211). Sum of RGB (Red+Green+Blue) = 43+31+211=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 211 (82.81% from 255 or 74.04% from 285); Max value from RGB is 211 - color contains mainly: blue. Hex color #2B1FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1FD3 is #D4E02C. Grayscale: #363636. Windows color (decimal): -13951021 or 13836075. OLE color: 13836075.

HSL color Cylindrical-coordinate representation of color #2B1FD3: hue angle of 244º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B1FD3 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4331211-
CMYK0.800.8500.17
HSL244º74.38%47.45%-
HSV(B)244º85.31%82.75%-
XYZ13.246.262.13-
YUV55.11215.98119.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 211 (82.81% from 255) = 74.04%
R=15.09%
G=10.88%
B=74.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43312110.800.8500.1724474.3847.45
Hex2B1FD35055011f44a2f
Octal533732312012502136411257
Binary101011111111101001110100001010101010001111101001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,211); }

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

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

 a { background-color: rgb(43,31,211); }

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

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

 span { border-color: rgb(43,31,211); }

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