#2F096A

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

Shades of Persian Indigo #2F096A

Tints of Persian Indigo #2F096A

Color information

#2F096A (or 0x2F096A) is unknown color: approx Persian Indigo. HEX triplet: 2F, 09 and 6A. RGB value is (47,9,106). Sum of RGB (Red+Green+Blue) = 47+9+106=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F096A is #D0F695. Grayscale: #1F1F1F. Windows color (decimal): -13694614 or 6949167. OLE color: 6949167.

HSL color Cylindrical-coordinate representation of color #2F096A: hue angle of 263.51º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F096A is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB479106-
CMYK0.560.9200.58
HSL263.51º84.35%22.55%-
HSV(B)263.51º91.51%41.57%-
XYZ3.871.8413.79-
YUV31.42170.09139.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 106 (41.80% from 255) = 65.43%
R=29.01%
G=5.56%
B=65.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4791060.560.9200.58263.5184.3522.55
Hex2F96A385C03A1085417
Octal57111527013407241012427
Binary1011111001110101011100010111000111010100001000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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