#43158E

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

Shades of Persian Indigo #43158E

Tints of Persian Indigo #43158E

Color information

#43158E (or 0x43158E) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 8E. RGB value is (67,21,142). Sum of RGB (Red+Green+Blue) = 67+21+142=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #43158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43158E is #BCEA71. Grayscale: #303030. Windows color (decimal): -12380786 or 9311555. OLE color: 9311555.

HSL color Cylindrical-coordinate representation of color #43158E: hue angle of 262.81º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43158E is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6721142-
CMYK0.530.8500.44
HSL262.81º74.23%31.96%-
HSV(B)262.81º85.21%55.69%-
XYZ7.473.6825.91-
YUV48.55180.74141.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=29.13%
G=9.13%
B=61.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67211420.530.8500.44262.8174.2331.96
Hex43158E355502C1074a20
Octal103252166512505440711240
Binary10000111010110001110110101101010101011001000001111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43158E; }

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

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

<style>
 a { background-color: #43158E; }

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

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

<style>
 span { border-color: #43158E; }

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

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