#431388

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

Shades of Persian Indigo #431388

Tints of Persian Indigo #431388

Color information

#431388 (or 0x431388) is unknown color: approx Persian Indigo. HEX triplet: 43, 13 and 88. RGB value is (67,19,136). Sum of RGB (Red+Green+Blue) = 67+19+136=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #431388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431388 is #BCEC77. Grayscale: #2E2E2E. Windows color (decimal): -12381304 or 8917827. OLE color: 8917827.

HSL color Cylindrical-coordinate representation of color #431388: hue angle of 264.62º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431388 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6719136-
CMYK0.510.8600.47
HSL264.62º75.48%30.39%-
HSV(B)264.62º86.03%53.33%-
XYZ6.993.4423.59-
YUV46.69178.4142.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 136 (53.52% from 255) = 61.26%
R=30.18%
G=8.56%
B=61.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67191360.510.8600.47264.6275.4830.39
Hex431388335602F1094b1e
Octal103232106312605741111336
Binary1000011100111000100011001110101100101111100001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431388; }

 p { color: rgb(67,19,136); }

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

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

 a { background-color: rgb(67,19,136); }

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

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

 span { border-color: rgb(67,19,136); }

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