#431A9C

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

Shades of Persian Indigo #431A9C

Tints of Persian Indigo #431A9C

Color information

#431A9C (or 0x431A9C) is unknown color: approx Persian Indigo. HEX triplet: 43, 1A and 9C. RGB value is (67,26,156). Sum of RGB (Red+Green+Blue) = 67+26+156=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #431A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431A9C is #BCE563. Grayscale: #343434. Windows color (decimal): -12379492 or 10230339. OLE color: 10230339.

HSL color Cylindrical-coordinate representation of color #431A9C: hue angle of 258.92º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431A9C is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6726156-
CMYK0.570.8300.39
HSL258.92º71.43%35.69%-
HSV(B)258.92º83.33%61.18%-
XYZ8.684.3331.83-
YUV53.08186.08137.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=26.91%
G=10.44%
B=62.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67261560.570.8300.39258.9271.4335.69
Hex431A9C39530271034724
Octal103322347112304740310744
Binary10000111101010011100111001101001101001111000000111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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