#2F2082

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

Shades of Persian Indigo #2F2082

Tints of Persian Indigo #2F2082

Color information

#2F2082 (or 0x2F2082) is unknown color: approx Persian Indigo. HEX triplet: 2F, 20 and 82. RGB value is (47,32,130). Sum of RGB (Red+Green+Blue) = 47+32+130=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F2082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2082 is #D0DF7D. Grayscale: #2F2F2F. Windows color (decimal): -13688702 or 8527919. OLE color: 8527919.

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

Color convert

RGB4732130-
CMYK0.640.7500.49
HSL249.18º60.49%31.76%-
HSV(B)249.18º75.38%50.98%-
XYZ5.723.2521.44-
YUV47.66174.47127.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=22.49%
G=15.31%
B=62.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47321300.640.7500.49249.1860.4931.76
Hex2F2082404B031f93c20
Octal57402021001130613717440
Binary1011111000001000001010000001001011011000111111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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