#291F8A

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

Shades of Persian Indigo #291F8A

Tints of Persian Indigo #291F8A

Color information

#291F8A (or 0x291F8A) is unknown color: approx Persian Indigo. HEX triplet: 29, 1F and 8A. RGB value is (41,31,138). Sum of RGB (Red+Green+Blue) = 41+31+138=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #291F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291F8A is #D6E075. Grayscale: #2D2D2D. Windows color (decimal): -14082166 or 9051945. OLE color: 9051945.

HSL color Cylindrical-coordinate representation of color #291F8A: hue angle of 245.61º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #291F8A is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4131138-
CMYK0.700.7800.46
HSL245.61º63.31%33.14%-
HSV(B)245.61º77.54%54.12%-
XYZ5.993.2924.36-
YUV46.19179.81124.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=19.52%
G=14.76%
B=65.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41311380.700.7800.46245.6163.3133.14
Hex291F8A464E02Ef63f21
Octal51372121061160563667741
Binary101001111111000101010001101001110010111011110110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291F8A; }

 p { color: rgb(41,31,138); }

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

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

 a { background-color: rgb(41,31,138); }

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

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

 span { border-color: rgb(41,31,138); }

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