#2F168D

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

Shades of Persian Indigo #2F168D

Tints of Persian Indigo #2F168D

Color information

#2F168D (or 0x2F168D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 16 and 8D. RGB value is (47,22,141). Sum of RGB (Red+Green+Blue) = 47+22+141=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F168D is #D0E972. Grayscale: #2A2A2A. Windows color (decimal): -13691251 or 9246255. OLE color: 9246255.

HSL color Cylindrical-coordinate representation of color #2F168D: hue angle of 252.61º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F168D is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4722141-
CMYK0.670.8400.45
HSL252.61º73.01%31.96%-
HSV(B)252.61º84.4%55.29%-
XYZ6.273.125.47-
YUV43.04183.28130.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 141 (55.47% from 255) = 67.14%
R=22.38%
G=10.48%
B=67.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47221410.670.8400.45252.6173.0131.96
Hex2F168D435402Dfd4920
Octal572621510312405537511140
Binary1011111011010001101100001110101000101101111111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,22,141); }

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

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

 a { background-color: rgb(47,22,141); }

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

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

 span { border-color: rgb(47,22,141); }

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