#2F1475

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

Shades of Persian Indigo #2F1475

Tints of Persian Indigo #2F1475

Color information

#2F1475 (or 0x2F1475) is unknown color: approx Persian Indigo. HEX triplet: 2F, 14 and 75. RGB value is (47,20,117). Sum of RGB (Red+Green+Blue) = 47+20+117=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F1475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1475 is #D0EB8A. Grayscale: #262626. Windows color (decimal): -13691787 or 7672879. OLE color: 7672879.

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

Color convert

RGB4720117-
CMYK0.600.8300.54
HSL256.7º70.8%26.86%-
HSV(B)256.7º82.91%45.88%-
XYZ4.632.3917.05-
YUV39.13171.95133.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 117 (46.09% from 255) = 63.59%
R=25.54%
G=10.87%
B=63.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47201170.600.8300.54256.770.826.86
Hex2F14753C53036101471b
Octal57241657412306640110733
Binary10111110100111010111110010100110110110100000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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