Html Css Color HEX #3F1489 Persian Indigo

📋 copy color: '#3F1489'

red 63 ◦ green 20 ◦ blue 137

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

Shades of Persian Indigo #3F1489

Tints of Persian Indigo #3F1489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

 BLUE value IS 137 (53.91% from 255) = 62.27%

R = 28.64%
G = 9.09%
B = 62.27%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F1489 (or 0x3F1489) is known color: Persian Indigo. HEX triplet: 3F, 14 and 89. RGB value is (63,20,137). Sum of RGB (Red+Green+Blue) = 63+20+137=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F1489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1489 is #C0EB76. Grayscale: #2D2D2D. Windows color (decimal): -12643191 or 8983615. OLE color: 8983615.

HSL color Cylindrical-coordinate representation of color #3F1489: hue angle of 262.05º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1489 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 20 137 -
CMYK 0.54 0.85 0 0.46
HSL 262.05º 0.75% 0.31% -
HSV(B) 262.05º 0.85% 0.54% -
XYZ 6.82 3.36 23.96 -
YUV 46.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 63 20 137 0.54 0.85 0 0.46 262.05 0.75 0.31
Hex 3F 14 89 36 55 0 2E 106 4B 1F
Octal 77 24 211 66 125 0 56 406 113 37
Binary 111111 10100 10001001 110110 1010101 0 101110 100000110 1001011 11111

Color Harmonies of #3F1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1489

Black with #3F1489

Text Example


Text Example

White with #3F1489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,20,137); }

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

background-color css

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

 a { background-color: rgb(63,20,137); }

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

border-color css

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

 span { border-color: rgb(63,20,137); }

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