#2f117b

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

Shades of Persian Indigo #2F117B

Tints of Persian Indigo #2F117B

Color information

#2F117B (or 0x2F117B) is unknown color: approx Persian Indigo. HEX triplet: 2F, 11 and 7B. RGB value is (47,17,123). Sum of RGB (Red+Green+Blue) = 47+17+123=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F117B is #D0EE84. Grayscale: #252525. Windows color (decimal): -13692549 or 8065327. OLE color: 8065327.

HSL color Cylindrical-coordinate representation of color #2F117B: hue angle of 256.98º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F117B is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4717123-
CMYK0.620.8600.52
HSL256.98º75.71%27.45%-
HSV(B)256.98º86.18%48.24%-
XYZ4.952.4418.95-
YUV38.05175.94134.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.13%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 123 (48.44% from 255) = 65.78%
R=25.13%
G=9.09%
B=65.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47171230.620.8600.52256.9875.7127.45
Hex2F117B3E560341014c1b
Octal57211737612606440111433
Binary10111110001111101111111010101100110100100000001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f117b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,17,123); }

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

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

 a { background-color: rgb(47,17,123); }

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

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

 span { border-color: rgb(47,17,123); }

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