Html Css Color HEX #3F1591 Persian Indigo

📋 copy color: '#3F1591'

red 63 ◦ green 21 ◦ blue 145

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

Shades of Persian Indigo #3F1591

Tints of Persian Indigo #3F1591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 27.51%
G = 9.17%
B = 63.32%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F1591 (or 0x3F1591) is known color: Persian Indigo. HEX triplet: 3F, 15 and 91. RGB value is (63,21,145). Sum of RGB (Red+Green+Blue) = 63+21+145=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F1591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1591 is #C0EA6E. Grayscale: #2F2F2F. Windows color (decimal): -12642927 or 9508159. OLE color: 9508159.

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

Color convert

RGB 63 21 145 -
CMYK 0.57 0.86 0 0.43
HSL 260.32º 0.75% 0.33% -
HSV(B) 260.32º 0.86% 0.57% -
XYZ 7.43 3.64 27.1 -
YUV 47.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 63 21 145 0.57 0.86 0 0.43 260.32 0.75 0.33
Hex 3F 15 91 39 56 0 2B 104 4B 21
Octal 77 25 221 71 126 0 53 404 113 41
Binary 111111 10101 10010001 111001 1010110 0 101011 100000100 1001011 100001

Color Harmonies of #3F1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1591

Black with #3F1591

Text Example


Text Example

White with #3F1591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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