#43157D

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

Shades of Persian Indigo #43157D

Tints of Persian Indigo #43157D

Color information

#43157D (or 0x43157D) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 7D. RGB value is (67,21,125). Sum of RGB (Red+Green+Blue) = 67+21+125=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #43157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43157D is #BCEA82. Grayscale: #2E2E2E. Windows color (decimal): -12380803 or 8197443. OLE color: 8197443.

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

Color convert

RGB6721125-
CMYK0.460.8300.51
HSL266.54º71.23%28.63%-
HSV(B)266.54º83.2%49.02%-
XYZ6.283.2119.69-
YUV46.61172.24142.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=31.46%
G=9.86%
B=58.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67211250.460.8300.51266.5471.2328.63
Hex43157D2E5303310b471d
Octal103251755612306341310735
Binary100001110101111110110111010100110110011100001011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43157D; }

 p { color: rgb(67,21,125); }

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

<style>
 a { background-color: #43157D; }

 a { background-color: rgb(67,21,125); }

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

<style>
 span { border-color: #43157D; }

 span { border-color: rgb(67,21,125); }

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