Html Css Color HEX #3F2091 Persian Indigo

📋 copy color: '#3F2091'

red 63 ◦ green 32 ◦ blue 145

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

Shades of Persian Indigo #3F2091

Tints of Persian Indigo #3F2091

RGB

 RED value IS 63 (25% from 255) = 26.25%

 GREEN value IS 32 (12.89% from 255) = 13.33%

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

R = 26.25%
G = 13.33%
B = 60.42%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F2091 (or 0x3F2091) is known color: Persian Indigo. HEX triplet: 3F, 20 and 91. RGB value is (63,32,145). Sum of RGB (Red+Green+Blue) = 63+32+145=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F2091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2091 is #C0DF6E. Grayscale: #353535. Windows color (decimal): -12640111 or 9510975. OLE color: 9510975.

HSL color Cylindrical-coordinate representation of color #3F2091: hue angle of 256.46º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F2091 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 32 145 -
CMYK 0.57 0.78 0 0.43
HSL 256.46º 0.64% 0.35% -
HSV(B) 256.46º 0.78% 0.57% -
XYZ 7.68 4.13 27.18 -
YUV 54.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 63 32 145 0.57 0.78 0 0.43 256.46 0.64 0.35
Hex 3F 20 91 39 4E 0 2B 100 40 23
Octal 77 40 221 71 116 0 53 400 100 43
Binary 111111 100000 10010001 111001 1001110 0 101011 100000000 1000000 100011

Color Harmonies of #3F2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2091

Black with #3F2091

Text Example


Text Example

White with #3F2091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2091; }

 p { color: rgb(63,32,145); }

 H1.HeaderClassName
 {
   color: #3F2091;
 }
 .AnyTagClassName
 {
   color: #3F2091;
 }
</style>

background-color css

<style>
 a { background-color: #3F2091; }

 a { background-color: rgb(63,32,145); }

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

border-color css

<style>
 span { border-color: #3F2091; }

 span { border-color: rgb(63,32,145); }

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