Html Css Color HEX #2F1791 Persian Indigo

📋 copy color: '#2F1791'

red 47 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #2F1791

Tints of Persian Indigo #2F1791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 21.86%
G = 10.7%
B = 67.44%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F1791 (or 0x2F1791) is known color: Persian Indigo. HEX triplet: 2F, 17 and 91. RGB value is (47,23,145). Sum of RGB (Red+Green+Blue) = 47+23+145=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F1791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1791 is #D0E86E. Grayscale: #2B2B2B. Windows color (decimal): -13690991 or 9508655. OLE color: 9508655.

HSL color Cylindrical-coordinate representation of color #2F1791: hue angle of 251.8º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1791 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 23 145 -
CMYK 0.68 0.84 0 0.43
HSL 251.8º 0.73% 0.33% -
HSV(B) 251.8º 0.84% 0.57% -
XYZ 6.59 3.26 27.07 -
YUV 44.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 47 23 145 0.68 0.84 0 0.43 251.8 0.73 0.33
Hex 2F 17 91 44 54 0 2B FC 49 21
Octal 57 27 221 104 124 0 53 374 111 41
Binary 101111 10111 10010001 1000100 1010100 0 101011 11111100 1001001 100001

Color Harmonies of #2F1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1791

Black with #2F1791

Text Example


Text Example

White with #2F1791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,23,145); }

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

background-color css

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

 a { background-color: rgb(47,23,145); }

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

border-color css

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

 span { border-color: rgb(47,23,145); }

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