#2F1675

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

Shades of Persian Indigo #2F1675

Tints of Persian Indigo #2F1675

Color information

#2F1675 (or 0x2F1675) is unknown color: approx Persian Indigo. HEX triplet: 2F, 16 and 75. RGB value is (47,22,117). Sum of RGB (Red+Green+Blue) = 47+22+117=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1675 is #D0E98A. Grayscale: #272727. Windows color (decimal): -13691275 or 7673391. OLE color: 7673391.

HSL color Cylindrical-coordinate representation of color #2F1675: hue angle of 255.79º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1675 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4722117-
CMYK0.600.8100.54
HSL255.79º68.35%27.25%-
HSV(B)255.79º81.2%45.88%-
XYZ4.672.4617.06-
YUV40.3171.28132.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 117 (46.09% from 255) = 62.90%
R=25.27%
G=11.83%
B=62.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47221170.600.8100.54255.7968.3527.25
Hex2F16753C51036100441b
Octal57261657412106640010433
Binary10111110110111010111110010100010110110100000000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,22,117); }

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

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

 a { background-color: rgb(47,22,117); }

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

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

 span { border-color: rgb(47,22,117); }

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