#2F1F9A

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

Shades of Persian Indigo #2F1F9A

Tints of Persian Indigo #2F1F9A

Color information

#2F1F9A (or 0x2F1F9A) is unknown color: approx Persian Indigo. HEX triplet: 2F, 1F and 9A. RGB value is (47,31,154). Sum of RGB (Red+Green+Blue) = 47+31+154=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F1F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1F9A is #D0E065. Grayscale: #313131. Windows color (decimal): -13688934 or 10100527. OLE color: 10100527.

HSL color Cylindrical-coordinate representation of color #2F1F9A: hue angle of 247.8º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1F9A is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4731154-
CMYK0.690.8000.40
HSL247.8º66.49%36.27%-
HSV(B)247.8º79.87%60.39%-
XYZ7.53.9230.93-
YUV49.81186.8126-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=20.26%
G=13.36%
B=66.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47311540.690.8000.40247.866.4936.27
Hex2F1F9A4550028f84224
Octal573723210512005037010244
Binary1011111111110011010100010110100000101000111110001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1F9A; }

 p { color: rgb(47,31,154); }

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

<style>
 a { background-color: #2F1F9A; }

 a { background-color: rgb(47,31,154); }

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

<style>
 span { border-color: #2F1F9A; }

 span { border-color: rgb(47,31,154); }

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