#2F2482

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

Shades of Persian Indigo #2F2482

Tints of Persian Indigo #2F2482

Color information

#2F2482 (or 0x2F2482) is unknown color: approx Persian Indigo. HEX triplet: 2F, 24 and 82. RGB value is (47,36,130). Sum of RGB (Red+Green+Blue) = 47+36+130=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F2482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2482 is #D0DB7D. Grayscale: #313131. Windows color (decimal): -13687678 or 8528943. OLE color: 8528943.

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

Color convert

RGB4736130-
CMYK0.640.7200.49
HSL247.02º56.63%32.55%-
HSV(B)247.02º72.31%50.98%-
XYZ5.833.4821.48-
YUV50173.14125.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.07%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 130 (51.17% from 255) = 61.03%
R=22.07%
G=16.90%
B=61.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47361300.640.7200.49247.0256.6332.55
Hex2F24824048031f73921
Octal57442021001100613677141
Binary1011111001001000001010000001001000011000111110111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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