Html Css Color HEX #3F139F Persian Indigo

📋 copy color: '#3F139F'

red 63 ◦ green 19 ◦ blue 159

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

Shades of Persian Indigo #3F139F

Tints of Persian Indigo #3F139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

 BLUE value IS 159 (62.5% from 255) = 65.98%

R = 26.14%
G = 7.88%
B = 65.98%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F139F (or 0x3F139F) is known color: Persian Indigo. HEX triplet: 3F, 13 and 9F. RGB value is (63,19,159). Sum of RGB (Red+Green+Blue) = 63+19+159=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F139F is #C0EC60. Grayscale: #2F2F2F. Windows color (decimal): -12643425 or 10425151. OLE color: 10425151.

HSL color Cylindrical-coordinate representation of color #3F139F: hue angle of 258.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F139F is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 19 159 -
CMYK 0.60 0.88 0 0.38
HSL 258.86º 0.79% 0.35% -
HSV(B) 258.86º 0.88% 0.62% -
XYZ 8.54 4.03 33.13 -
YUV 48.12 190.58 138.62 -
System Red Green Blue C M Y K H S L
Decimal 63 19 159 0.60 0.88 0 0.38 258.86 0.79 0.35
Hex 3F 13 9F 3C 58 0 26 103 4F 23
Octal 77 23 237 74 130 0 46 403 117 43
Binary 111111 10011 10011111 111100 1011000 0 100110 100000011 1001111 100011

Color Harmonies of #3F139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F139F

Black with #3F139F

Text Example


Text Example

White with #3F139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,19,159); }

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

background-color css

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

 a { background-color: rgb(63,19,159); }

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

border-color css

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

 span { border-color: rgb(63,19,159); }

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