#2F1A83

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

Shades of Persian Indigo #2F1A83

Tints of Persian Indigo #2F1A83

Color information

#2F1A83 (or 0x2F1A83) is unknown color: approx Persian Indigo. HEX triplet: 2F, 1A and 83. RGB value is (47,26,131). Sum of RGB (Red+Green+Blue) = 47+26+131=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F1A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1A83 is #D0E57C. Grayscale: #2B2B2B. Windows color (decimal): -13690237 or 8591919. OLE color: 8591919.

HSL color Cylindrical-coordinate representation of color #2F1A83: hue angle of 252º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1A83 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4726131-
CMYK0.640.8000.49
HSL252º66.88%30.78%-
HSV(B)252º80.15%51.37%-
XYZ5.642.9821.75-
YUV44.25176.96129.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 131 (51.56% from 255) = 64.22%
R=23.04%
G=12.75%
B=64.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47261310.640.8000.4925266.8830.78
Hex2F1A834050031fc431f
Octal573220310012006137410337
Binary101111110101000001110000001010000011000111111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,26,131); }

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

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

 a { background-color: rgb(47,26,131); }

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

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

 span { border-color: rgb(47,26,131); }

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