#2F0882

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

Shades of Persian Indigo #2F0882

Tints of Persian Indigo #2F0882

Color information

#2F0882 (or 0x2F0882) is unknown color: approx Persian Indigo. HEX triplet: 2F, 08 and 82. RGB value is (47,8,130). Sum of RGB (Red+Green+Blue) = 47+8+130=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F0882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0882 is #D0F77D. Grayscale: #212121. Windows color (decimal): -13694846 or 8521775. OLE color: 8521775.

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

Color convert

RGB478130-
CMYK0.640.9400.49
HSL259.18º88.41%27.06%-
HSV(B)259.18º93.85%50.98%-
XYZ5.292.3921.3-
YUV33.57182.42137.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.41%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=25.41%
G=4.32%
B=70.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4781300.640.9400.49259.1888.4127.06
Hex2F882405E031103581b
Octal571020210013606140313033
Binary101111100010000010100000010111100110001100000011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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