Html Css Color HEX #2F0986 Persian Indigo

📋 copy color: '#2F0986'

red 47 ◦ green 9 ◦ blue 134

#2F0986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2F0986

Tints of Persian Indigo #2F0986

RGB

 RED value IS 47 (18.75% from 255) = 24.74%

 GREEN value IS 9 (3.91% from 255) = 4.74%

 BLUE value IS 134 (52.73% from 255) = 70.53%

R = 24.74%
G = 4.74%
B = 70.53%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F0986 (or 0x2F0986) is known color: Persian Indigo. HEX triplet: 2F, 09 and 86. RGB value is (47,9,134). Sum of RGB (Red+Green+Blue) = 47+9+134=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 134 (52.73% from 255 or 70.53% from 190); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F0986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0986 is #D0F679. Grayscale: #222222. Windows color (decimal): -13694586 or 8784175. OLE color: 8784175.

HSL color Cylindrical-coordinate representation of color #2F0986: hue angle of 258.24º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0986 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 9 134 -
CMYK 0.65 0.93 0 0.47
HSL 258.24º 0.87% 0.28% -
HSV(B) 258.24º 0.93% 0.53% -
XYZ 5.57 2.52 22.75 -
YUV 34.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 47 9 134 0.65 0.93 0 0.47 258.24 0.87 0.28
Hex 2F 9 86 41 5D 0 2F 102 57 1C
Octal 57 11 206 101 135 0 57 402 127 34
Binary 101111 1001 10000110 1000001 1011101 0 101111 100000010 1010111 11100

Color Harmonies of #2F0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0986

Black with #2F0986

Text Example


Text Example

White with #2F0986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F0986;
 }
 .AnyTagClassName
 {
   color: #2F0986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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