#43157B

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

Shades of Persian Indigo #43157B

Tints of Persian Indigo #43157B

Color information

#43157B (or 0x43157B) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 7B. RGB value is (67,21,123). Sum of RGB (Red+Green+Blue) = 67+21+123=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #43157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43157B is #BCEA84. Grayscale: #2E2E2E. Windows color (decimal): -12380805 or 8066371. OLE color: 8066371.

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

Color convert

RGB6721123-
CMYK0.460.8300.52
HSL267.06º70.83%28.24%-
HSV(B)267.06º82.93%48.24%-
XYZ6.163.1619.02-
YUV46.38171.24142.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=31.75%
G=9.95%
B=58.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67211230.460.8300.52267.0670.8328.24
Hex43157B2E5303410b471c
Octal103251735612306441310734
Binary100001110101111101110111010100110110100100001011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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