#2F1982

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

Shades of Persian Indigo #2F1982

Tints of Persian Indigo #2F1982

Color information

#2F1982 (or 0x2F1982) is unknown color: approx Persian Indigo. HEX triplet: 2F, 19 and 82. RGB value is (47,25,130). Sum of RGB (Red+Green+Blue) = 47+25+130=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F1982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1982 is #D0E67D. Grayscale: #2B2B2B. Windows color (decimal): -13690494 or 8526127. OLE color: 8526127.

HSL color Cylindrical-coordinate representation of color #2F1982: hue angle of 252.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1982 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4725130-
CMYK0.640.8100.49
HSL252.57º67.74%30.39%-
HSV(B)252.57º80.77%50.98%-
XYZ5.552.9121.39-
YUV43.55176.79130.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.27%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 130 (51.17% from 255) = 64.36%
R=23.27%
G=12.38%
B=64.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47251300.640.8100.49252.5767.7430.39
Hex2F19824051031fd441e
Octal573120210012106137510436
Binary101111110011000001010000001010001011000111111101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,130); }

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

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

 a { background-color: rgb(47,25,130); }

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

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

 span { border-color: rgb(47,25,130); }

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