#43177A

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

Shades of Persian Indigo #43177A

Tints of Persian Indigo #43177A

Color information

#43177A (or 0x43177A) is unknown color: approx Persian Indigo. HEX triplet: 43, 17 and 7A. RGB value is (67,23,122). Sum of RGB (Red+Green+Blue) = 67+23+122=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #43177A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43177A is #BCE885. Grayscale: #2F2F2F. Windows color (decimal): -12380294 or 8001347. OLE color: 8001347.

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

Color convert

RGB6723122-
CMYK0.450.8100.52
HSL266.67º68.28%28.43%-
HSV(B)266.67º81.15%47.84%-
XYZ6.133.2118.71-
YUV47.44170.08141.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=31.60%
G=10.85%
B=57.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67231220.450.8100.52266.6768.2828.43
Hex43177A2D5103410b441c
Octal103271725512106441310434
Binary100001110111111101010110110100010110100100001011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43177A; }

 p { color: rgb(67,23,122); }

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

<style>
 a { background-color: #43177A; }

 a { background-color: rgb(67,23,122); }

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

<style>
 span { border-color: #43177A; }

 span { border-color: rgb(67,23,122); }

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