Html Css Color HEX #2F2291 Persian Indigo

📋 copy color: '#2F2291'

red 47 ◦ green 34 ◦ blue 145

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

Shades of Persian Indigo #2F2291

Tints of Persian Indigo #2F2291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

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

R = 20.8%
G = 15.04%
B = 64.16%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F2291 (or 0x2F2291) is known color: Persian Indigo. HEX triplet: 2F, 22 and 91. RGB value is (47,34,145). Sum of RGB (Red+Green+Blue) = 47+34+145=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F2291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2291 is #D0DD6E. Grayscale: #323232. Windows color (decimal): -13688175 or 9511471. OLE color: 9511471.

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

Color convert

RGB 47 34 145 -
CMYK 0.68 0.77 0 0.43
HSL 247.03º 0.62% 0.35% -
HSV(B) 247.03º 0.77% 0.57% -
XYZ 6.86 3.79 27.16 -
YUV 50.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 47 34 145 0.68 0.77 0 0.43 247.03 0.62 0.35
Hex 2F 22 91 44 4D 0 2B F7 3E 23
Octal 57 42 221 104 115 0 53 367 76 43
Binary 101111 100010 10010001 1000100 1001101 0 101011 11110111 111110 100011

Color Harmonies of #2F2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2291

Black with #2F2291

Text Example


Text Example

White with #2F2291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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