#2F1882

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

Shades of Persian Indigo #2F1882

Tints of Persian Indigo #2F1882

Color information

#2F1882 (or 0x2F1882) is unknown color: approx Persian Indigo. HEX triplet: 2F, 18 and 82. RGB value is (47,24,130). Sum of RGB (Red+Green+Blue) = 47+24+130=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1882 is #D0E77D. Grayscale: #2A2A2A. Windows color (decimal): -13690750 or 8525871. OLE color: 8525871.

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

Color convert

RGB4724130-
CMYK0.640.8200.49
HSL253.02º68.83%30.2%-
HSV(B)253.02º81.54%50.98%-
XYZ5.532.8721.38-
YUV42.96177.12130.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.38%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=23.38%
G=11.94%
B=64.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47241300.640.8200.49253.0268.8330.2
Hex2F18824052031fd451e
Octal573020210012206137510536
Binary101111110001000001010000001010010011000111111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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