#2B217F

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

Shades of Persian Indigo #2B217F

Tints of Persian Indigo #2B217F

Color information

#2B217F (or 0x2B217F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 21 and 7F. RGB value is (43,33,127). Sum of RGB (Red+Green+Blue) = 43+33+127=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B217F is #D4DE80. Grayscale: #2E2E2E. Windows color (decimal): -13950593 or 8331563. OLE color: 8331563.

HSL color Cylindrical-coordinate representation of color #2B217F: hue angle of 246.38º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B217F is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4333127-
CMYK0.660.7400.50
HSL246.38º58.75%31.37%-
HSV(B)246.38º74.02%49.8%-
XYZ5.373.1320.4-
YUV46.71173.31125.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 127 (50% from 255) = 62.56%
R=21.18%
G=16.26%
B=62.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43331270.660.7400.50246.3858.7531.37
Hex2B217F424A032f63b1f
Octal53411771021120623667337
Binary10101110000111111111000010100101001100101111011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,33,127); }

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

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

 a { background-color: rgb(43,33,127); }

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

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

 span { border-color: rgb(43,33,127); }

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