Html Css Color HEX #2F2391 Persian Indigo

📋 copy color: '#2F2391'

red 47 ◦ green 35 ◦ blue 145

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

Shades of Persian Indigo #2F2391

Tints of Persian Indigo #2F2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 20.7%
G = 15.42%
B = 63.88%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F2391 (or 0x2F2391) is known color: Persian Indigo. HEX triplet: 2F, 23 and 91. RGB value is (47,35,145). Sum of RGB (Red+Green+Blue) = 47+35+145=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F2391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2391 is #D0DC6E. Grayscale: #323232. Windows color (decimal): -13687919 or 9511727. OLE color: 9511727.

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

Color convert

RGB 47 35 145 -
CMYK 0.68 0.76 0 0.43
HSL 246.55º 0.61% 0.35% -
HSV(B) 246.55º 0.76% 0.57% -
XYZ 6.88 3.85 27.17 -
YUV 51.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 47 35 145 0.68 0.76 0 0.43 246.55 0.61 0.35
Hex 2F 23 91 44 4C 0 2B F7 3D 23
Octal 57 43 221 104 114 0 53 367 75 43
Binary 101111 100011 10010001 1000100 1001100 0 101011 11110111 111101 100011

Color Harmonies of #2F2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2391

Black with #2F2391

Text Example


Text Example

White with #2F2391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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