#2F248F

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

Shades of Persian Indigo #2F248F

Tints of Persian Indigo #2F248F

Color information

#2F248F (or 0x2F248F) is unknown color: approx Persian Indigo. HEX triplet: 2F, 24 and 8F. RGB value is (47,36,143). Sum of RGB (Red+Green+Blue) = 47+36+143=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #2F248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F248F is #D0DB70. Grayscale: #333333. Windows color (decimal): -13687665 or 9380911. OLE color: 9380911.

HSL color Cylindrical-coordinate representation of color #2F248F: hue angle of 246.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F248F is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4736143-
CMYK0.670.7500.44
HSL246.17º59.78%35.1%-
HSV(B)246.17º74.83%56.08%-
XYZ6.763.8526.37-
YUV51.49179.64124.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 143 (56.25% from 255) = 63.27%
R=20.80%
G=15.93%
B=63.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47361430.670.7500.44246.1759.7835.1
Hex2F248F434B02Cf63c23
Octal57442171031130543667443
Binary1011111001001000111110000111001011010110011110110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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