#2F1C6D

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

Shades of Persian Indigo #2F1C6D

Tints of Persian Indigo #2F1C6D

Color information

#2F1C6D (or 0x2F1C6D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 1C and 6D. RGB value is (47,28,109). Sum of RGB (Red+Green+Blue) = 47+28+109=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F1C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1C6D is #D0E392. Grayscale: #2A2A2A. Windows color (decimal): -13689747 or 7150639. OLE color: 7150639.

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

Color convert

RGB4728109-
CMYK0.570.7400.57
HSL254.07º59.12%26.86%-
HSV(B)254.07º74.31%42.75%-
XYZ4.352.5414.73-
YUV42.92165.29130.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 109 (42.97% from 255) = 59.24%
R=25.54%
G=15.22%
B=59.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47281090.570.7400.57254.0759.1226.86
Hex2F1C6D394A039fe3b1b
Octal5734155711120713767333
Binary101111111001101101111001100101001110011111111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,28,109); }

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

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

 a { background-color: rgb(47,28,109); }

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

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

 span { border-color: rgb(47,28,109); }

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