#2F0B8A

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

Shades of Persian Indigo #2F0B8A

Tints of Persian Indigo #2F0B8A

Color information

#2F0B8A (or 0x2F0B8A) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0B and 8A. RGB value is (47,11,138). Sum of RGB (Red+Green+Blue) = 47+11+138=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F0B8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0B8A is #D0F475. Grayscale: #232323. Windows color (decimal): -13694070 or 9046831. OLE color: 9046831.

HSL color Cylindrical-coordinate representation of color #2F0B8A: hue angle of 257.01º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0B8A is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4711138-
CMYK0.660.9200.46
HSL257.01º85.23%29.22%-
HSV(B)257.01º92.03%54.12%-
XYZ5.882.6824.25-
YUV36.24185.43135.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.98%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 138 (54.30% from 255) = 70.41%
R=23.98%
G=5.61%
B=70.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47111380.660.9200.46257.0185.2329.22
Hex2FB8A425C02E101551d
Octal571321210213405640112535
Binary101111101110001010100001010111000101110100000001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,11,138); }

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

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

 a { background-color: rgb(47,11,138); }

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

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

 span { border-color: rgb(47,11,138); }

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