#2B1DD0

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

Shades of Persian Blue #2B1DD0

Tints of Persian Blue #2B1DD0

Color information

#2B1DD0 (or 0x2B1DD0) is unknown color: approx Persian Blue. HEX triplet: 2B, 1D and D0. RGB value is (43,29,208). Sum of RGB (Red+Green+Blue) = 43+29+208=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 208 (81.64% from 255 or 74.29% from 280); Max value from RGB is 208 - color contains mainly: blue. Hex color #2B1DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1DD0 is #D4E22F. Grayscale: #343434. Windows color (decimal): -13951536 or 13638955. OLE color: 13638955.

HSL color Cylindrical-coordinate representation of color #2B1DD0: hue angle of 244.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1DD0 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4329208-
CMYK0.790.8600.18
HSL244.69º75.53%46.47%-
HSV(B)244.69º86.06%81.57%-
XYZ12.825.9560.15-
YUV53.59215.14120.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 29 (11.72% from 255) = 10.36%
BLUE value IS 208 (81.64% from 255) = 74.29%
R=15.36%
G=10.36%
B=74.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43292080.790.8600.18244.6975.5346.47
Hex2B1DD04F56012f54c2e
Octal533532011712602236511456
Binary101011111011101000010011111010110010010111101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,208); }

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

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

 a { background-color: rgb(43,29,208); }

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

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

 span { border-color: rgb(43,29,208); }

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