#2B177B

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

Shades of Persian Indigo #2B177B

Tints of Persian Indigo #2B177B

Color information

#2B177B (or 0x2B177B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 17 and 7B. RGB value is (43,23,123). Sum of RGB (Red+Green+Blue) = 43+23+123=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B177B is #D4E884. Grayscale: #282828. Windows color (decimal): -13953157 or 8066859. OLE color: 8066859.

HSL color Cylindrical-coordinate representation of color #2B177B: hue angle of 252º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B177B is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4323123-
CMYK0.650.8100.52
HSL252º68.49%28.63%-
HSV(B)252º81.3%48.24%-
XYZ4.882.5618.98-
YUV40.38174.63129.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=22.75%
G=12.17%
B=65.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43231230.650.8100.5225268.4928.63
Hex2B177B4151034fc441d
Octal532717310112106437410435
Binary10101110111111101110000011010001011010011111100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,23,123); }

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

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

 a { background-color: rgb(43,23,123); }

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

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

 span { border-color: rgb(43,23,123); }

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