#2F0493

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

Shades of Persian Indigo #2F0493

Tints of Persian Indigo #2F0493

Color information

#2F0493 (or 0x2F0493) is unknown color: approx Persian Indigo. HEX triplet: 2F, 04 and 93. RGB value is (47,4,147). Sum of RGB (Red+Green+Blue) = 47+4+147=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F0493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0493 is #D0FB6C. Grayscale: #202020. Windows color (decimal): -13695853 or 9634863. OLE color: 9634863.

HSL color Cylindrical-coordinate representation of color #2F0493: hue angle of 258.04º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0493 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB474147-
CMYK0.680.9700.42
HSL258.04º94.7%29.61%-
HSV(B)258.04º97.28%57.65%-
XYZ6.482.827.8-
YUV33.16192.25137.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=23.74%
G=2.02%
B=74.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4741470.680.9700.42258.0494.729.61
Hex2F493446102A1025f1e
Octal57422310414105240213736
Binary10111110010010011100010011000010101010100000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,4,147); }

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

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

 a { background-color: rgb(47,4,147); }

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

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

 span { border-color: rgb(47,4,147); }

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