#43177C

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

Shades of Persian Indigo #43177C

Tints of Persian Indigo #43177C

Color information

#43177C (or 0x43177C) is unknown color: approx Persian Indigo. HEX triplet: 43, 17 and 7C. RGB value is (67,23,124). Sum of RGB (Red+Green+Blue) = 67+23+124=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #43177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43177C is #BCE883. Grayscale: #2F2F2F. Windows color (decimal): -12380292 or 8132419. OLE color: 8132419.

HSL color Cylindrical-coordinate representation of color #43177C: hue angle of 266.14º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43177C is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6723124-
CMYK0.460.8100.51
HSL266.14º68.71%28.82%-
HSV(B)266.14º81.45%48.63%-
XYZ6.263.2619.37-
YUV47.67171.08141.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=31.31%
G=10.75%
B=57.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67231240.460.8100.51266.1468.7128.82
Hex43177C2E5103310a451d
Octal103271745612106341210535
Binary100001110111111110010111010100010110011100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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