#2B29E6

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

Shades of Persian Blue #2B29E6

Tints of Persian Blue #2B29E6

Color information

#2B29E6 (or 0x2B29E6) is unknown color: approx Persian Blue. HEX triplet: 2B, 29 and E6. RGB value is (43,41,230). Sum of RGB (Red+Green+Blue) = 43+41+230=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #2B29E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B29E6 is #D4D619. Grayscale: #3E3E3E. Windows color (decimal): -13948442 or 15083819. OLE color: 15083819.

HSL color Cylindrical-coordinate representation of color #2B29E6: hue angle of 240.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B29E6 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4341230-
CMYK0.810.8200.10
HSL240.63º79.08%53.14%-
HSV(B)240.63º82.17%90.2%-
XYZ16.077.8175.52-
YUV63.14222.16113.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 230 (90.23% from 255) = 73.25%
R=13.69%
G=13.06%
B=73.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal43412300.810.8200.10240.6379.0853.14
Hex2B29E651520Af14f35
Octal535134612112201236111765
Binary101011101001111001101010001101001001010111100011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B29E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,230); }

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

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

 a { background-color: rgb(43,41,230); }

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

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

 span { border-color: rgb(43,41,230); }

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