#2F026D

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

Shades of Persian Indigo #2F026D

Tints of Persian Indigo #2F026D

Color information

#2F026D (or 0x2F026D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 02 and 6D. RGB value is (47,2,109). Sum of RGB (Red+Green+Blue) = 47+2+109=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F026D is #D0FD92. Grayscale: #1B1B1B. Windows color (decimal): -13696403 or 7143983. OLE color: 7143983.

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

Color convert

RGB472109-
CMYK0.570.9800.57
HSL265.23º96.4%21.76%-
HSV(B)265.23º98.17%42.75%-
XYZ3.951.7514.6-
YUV27.65173.91141.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 109 (42.97% from 255) = 68.99%
R=29.75%
G=1.27%
B=68.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4721090.570.9800.57265.2396.421.76
Hex2F26D39620391096016
Octal5721557114207141114026
Binary10111110110110111100111000100111001100001001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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