#431A96

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

Shades of Persian Indigo #431A96

Tints of Persian Indigo #431A96

Color information

#431A96 (or 0x431A96) is unknown color: approx Persian Indigo. HEX triplet: 43, 1A and 96. RGB value is (67,26,150). Sum of RGB (Red+Green+Blue) = 67+26+150=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #431A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431A96 is #BCE569. Grayscale: #333333. Windows color (decimal): -12379498 or 9837123. OLE color: 9837123.

HSL color Cylindrical-coordinate representation of color #431A96: hue angle of 259.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431A96 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6726150-
CMYK0.550.8300.41
HSL259.84º70.45%34.51%-
HSV(B)259.84º82.67%58.82%-
XYZ8.194.1329.22-
YUV52.4183.08138.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=27.57%
G=10.70%
B=61.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal67261500.550.8300.41259.8470.4534.51
Hex431A9637530291044623
Octal103322266712305140410643
Binary10000111101010010110110111101001101010011000001001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,26,150); }

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

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

 a { background-color: rgb(67,26,150); }

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

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

 span { border-color: rgb(67,26,150); }

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