#43148E

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

Shades of Persian Indigo #43148E

Tints of Persian Indigo #43148E

Color information

#43148E (or 0x43148E) is unknown color: approx Persian Indigo. HEX triplet: 43, 14 and 8E. RGB value is (67,20,142). Sum of RGB (Red+Green+Blue) = 67+20+142=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #43148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43148E is #BCEB71. Grayscale: #2F2F2F. Windows color (decimal): -12381042 or 9311299. OLE color: 9311299.

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

Color convert

RGB6720142-
CMYK0.530.8600.44
HSL263.11º75.31%31.76%-
HSV(B)263.11º85.92%55.69%-
XYZ7.453.6525.9-
YUV47.96181.07141.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 20 (8.20% from 255) = 8.73%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=29.26%
G=8.73%
B=62.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67201420.530.8600.44263.1175.3131.76
Hex43148E355602C1074b20
Octal103242166512605440711340
Binary10000111010010001110110101101011001011001000001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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