#2F147D

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

Shades of Persian Indigo #2F147D

Tints of Persian Indigo #2F147D

Color information

#2F147D (or 0x2F147D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 14 and 7D. RGB value is (47,20,125). Sum of RGB (Red+Green+Blue) = 47+20+125=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F147D is #D0EB82. Grayscale: #272727. Windows color (decimal): -13691779 or 8197167. OLE color: 8197167.

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

Color convert

RGB4720125-
CMYK0.620.8400.51
HSL255.43º72.41%28.43%-
HSV(B)255.43º84%49.02%-
XYZ5.122.5919.63-
YUV40.04175.95132.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 125 (49.22% from 255) = 65.10%
R=24.48%
G=10.42%
B=65.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47201250.620.8400.51255.4372.4128.43
Hex2F147D3E54033ff481c
Octal57241757612406337711034
Binary1011111010011111011111101010100011001111111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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