#2F186E

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

Shades of Persian Indigo #2F186E

Tints of Persian Indigo #2F186E

Color information

#2F186E (or 0x2F186E) is unknown color: approx Persian Indigo. HEX triplet: 2F, 18 and 6E. RGB value is (47,24,110). Sum of RGB (Red+Green+Blue) = 47+24+110=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F186E is #D0E791. Grayscale: #282828. Windows color (decimal): -13690770 or 7215151. OLE color: 7215151.

HSL color Cylindrical-coordinate representation of color #2F186E: hue angle of 256.05º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F186E is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4724110-
CMYK0.570.7800.57
HSL256.05º64.18%26.27%-
HSV(B)256.05º78.18%43.14%-
XYZ4.312.3814.98-
YUV40.68167.12132.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=25.97%
G=13.26%
B=60.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47241100.570.7800.57256.0564.1826.27
Hex2F186E394E039100401a
Octal57301567111607140010032
Binary10111111000110111011100110011100111001100000000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,110); }

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

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

 a { background-color: rgb(47,24,110); }

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

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

 span { border-color: rgb(47,24,110); }

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