#431B9A

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

Shades of Persian Indigo #431B9A

Tints of Persian Indigo #431B9A

Color information

#431B9A (or 0x431B9A) is unknown color: approx Persian Indigo. HEX triplet: 43, 1B and 9A. RGB value is (67,27,154). Sum of RGB (Red+Green+Blue) = 67+27+154=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #431B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431B9A is #BCE465. Grayscale: #343434. Windows color (decimal): -12379238 or 10099523. OLE color: 10099523.

HSL color Cylindrical-coordinate representation of color #431B9A: hue angle of 258.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431B9A is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6727154-
CMYK0.560.8200.40
HSL258.9º70.17%35.49%-
HSV(B)258.9º82.47%60.39%-
XYZ8.544.3130.95-
YUV53.44184.75137.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 154 (60.55% from 255) = 62.10%
R=27.02%
G=10.89%
B=62.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal67271540.560.8200.40258.970.1735.49
Hex431B9A38520281034623
Octal103332327012205040310643
Binary10000111101110011010111000101001001010001000000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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