#2F028D

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

Shades of Persian Indigo #2F028D

Tints of Persian Indigo #2F028D

Color information

#2F028D (or 0x2F028D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 02 and 8D. RGB value is (47,2,141). Sum of RGB (Red+Green+Blue) = 47+2+141=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F028D is #D0FD72. Grayscale: #1E1E1E. Windows color (decimal): -13696371 or 9241135. OLE color: 9241135.

HSL color Cylindrical-coordinate representation of color #2F028D: hue angle of 259.42º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F028D is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB472141-
CMYK0.670.9900.45
HSL259.42º97.2%28.04%-
HSV(B)259.42º98.58%55.29%-
XYZ62.5725.38-
YUV31.3189.91139.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 141 (55.47% from 255) = 74.21%
R=24.74%
G=1.05%
B=74.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4721410.670.9900.45259.4297.228.04
Hex2F28D436302D103611c
Octal57221510314305540314134
Binary1011111010001101100001111000110101101100000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,2,141); }

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

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

 a { background-color: rgb(47,2,141); }

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

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

 span { border-color: rgb(47,2,141); }

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