#2F2380

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

Shades of Persian Indigo #2F2380

Tints of Persian Indigo #2F2380

Color information

#2F2380 (or 0x2F2380) is unknown color: approx Persian Indigo. HEX triplet: 2F, 23 and 80. RGB value is (47,35,128). Sum of RGB (Red+Green+Blue) = 47+35+128=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F2380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2380 is #D0DC7F. Grayscale: #303030. Windows color (decimal): -13687936 or 8397615. OLE color: 8397615.

HSL color Cylindrical-coordinate representation of color #2F2380: hue angle of 247.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2380 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4735128-
CMYK0.630.7300.50
HSL247.74º57.06%31.96%-
HSV(B)247.74º72.66%50.2%-
XYZ5.673.3620.77-
YUV49.19172.48126.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=22.38%
G=16.67%
B=60.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47351280.630.7300.50247.7457.0631.96
Hex2F23803F49032f83920
Octal5743200771110623707140
Binary101111100011100000001111111001001011001011111000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,128); }

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

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

 a { background-color: rgb(47,35,128); }

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

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

 span { border-color: rgb(47,35,128); }

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