#2F147F

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

Shades of Persian Indigo #2F147F

Tints of Persian Indigo #2F147F

Color information

#2F147F (or 0x2F147F) is unknown color: approx Persian Indigo. HEX triplet: 2F, 14 and 7F. RGB value is (47,20,127). Sum of RGB (Red+Green+Blue) = 47+20+127=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F147F is #D0EB80. Grayscale: #272727. Windows color (decimal): -13691777 or 8328239. OLE color: 8328239.

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

Color convert

RGB4720127-
CMYK0.630.8400.50
HSL255.14º72.79%28.82%-
HSV(B)255.14º84.25%49.8%-
XYZ5.252.6420.31-
YUV40.27176.95132.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 127 (50% from 255) = 65.46%
R=24.23%
G=10.31%
B=65.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47201270.630.8400.50255.1472.7928.82
Hex2F147F3F54032ff491d
Octal57241777712406237711135
Binary1011111010011111111111111010100011001011111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,20,127); }

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

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

 a { background-color: rgb(47,20,127); }

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

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

 span { border-color: rgb(47,20,127); }

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