#431B8A

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

Shades of Persian Indigo #431B8A

Tints of Persian Indigo #431B8A

Color information

#431B8A (or 0x431B8A) is unknown color: approx Persian Indigo. HEX triplet: 43, 1B and 8A. RGB value is (67,27,138). Sum of RGB (Red+Green+Blue) = 67+27+138=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #431B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431B8A is #BCE475. Grayscale: #333333. Windows color (decimal): -12379254 or 9050947. OLE color: 9050947.

HSL color Cylindrical-coordinate representation of color #431B8A: hue angle of 261.62º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431B8A is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6727138-
CMYK0.510.8000.46
HSL261.62º67.27%32.35%-
HSV(B)261.62º80.43%54.12%-
XYZ7.293.8124.4-
YUV51.61176.75138.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=28.88%
G=11.64%
B=59.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67271380.510.8000.46261.6267.2732.35
Hex431B8A335002E1064320
Octal103332126312005640610340
Binary10000111101110001010110011101000001011101000001101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431B8A; }

 p { color: rgb(67,27,138); }

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

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

 a { background-color: rgb(67,27,138); }

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

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

 span { border-color: rgb(67,27,138); }

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