#2F097D

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

Shades of Persian Indigo #2F097D

Tints of Persian Indigo #2F097D

Color information

#2F097D (or 0x2F097D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 09 and 7D. RGB value is (47,9,125). Sum of RGB (Red+Green+Blue) = 47+9+125=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F097D is #D0F682. Grayscale: #212121. Windows color (decimal): -13694595 or 8194351. OLE color: 8194351.

HSL color Cylindrical-coordinate representation of color #2F097D: hue angle of 259.66º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F097D is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB479125-
CMYK0.620.9300.51
HSL259.66º86.57%26.27%-
HSV(B)259.66º92.8%49.02%-
XYZ4.972.2819.58-
YUV33.59179.59137.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 125 (49.22% from 255) = 69.06%
R=25.97%
G=4.97%
B=69.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4791250.620.9300.51259.6686.5726.27
Hex2F97D3E5D033104571a
Octal57111757613506340412732
Binary1011111001111110111111010111010110011100000100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,9,125); }

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

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

 a { background-color: rgb(47,9,125); }

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

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

 span { border-color: rgb(47,9,125); }

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