#2F2782

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

Shades of Persian Indigo #2F2782

Tints of Persian Indigo #2F2782

Color information

#2F2782 (or 0x2F2782) is unknown color: approx Persian Indigo. HEX triplet: 2F, 27 and 82. RGB value is (47,39,130). Sum of RGB (Red+Green+Blue) = 47+39+130=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F2782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2782 is #D0D87D. Grayscale: #333333. Windows color (decimal): -13686910 or 8529711. OLE color: 8529711.

HSL color Cylindrical-coordinate representation of color #2F2782: hue angle of 245.27º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F2782 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4739130-
CMYK0.640.7000.49
HSL245.27º53.85%33.14%-
HSV(B)245.27º70%50.98%-
XYZ5.933.6721.51-
YUV51.77172.15124.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.76%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 130 (51.17% from 255) = 60.19%
R=21.76%
G=18.06%
B=60.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47391300.640.7000.49245.2753.8533.14
Hex2F27824046031f53621
Octal57472021001060613656641
Binary1011111001111000001010000001000110011000111110101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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