Html Css Color HEX #3F139B Persian Indigo

📋 copy color: '#3F139B'

red 63 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #3F139B

Tints of Persian Indigo #3F139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 26.58%
G = 8.02%
B = 65.4%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F139B (or 0x3F139B) is known color: Persian Indigo. HEX triplet: 3F, 13 and 9B. RGB value is (63,19,155). Sum of RGB (Red+Green+Blue) = 63+19+155=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F139B is #C0EC64. Grayscale: #2F2F2F. Windows color (decimal): -12643429 or 10163007. OLE color: 10163007.

HSL color Cylindrical-coordinate representation of color #3F139B: hue angle of 259.41º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F139B is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 19 155 -
CMYK 0.59 0.88 0 0.39
HSL 259.41º 0.78% 0.34% -
HSV(B) 259.41º 0.88% 0.61% -
XYZ 8.2 3.89 31.33 -
YUV 47.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 63 19 155 0.59 0.88 0 0.39 259.41 0.78 0.34
Hex 3F 13 9B 3B 58 0 27 103 4E 22
Octal 77 23 233 73 130 0 47 403 116 42
Binary 111111 10011 10011011 111011 1011000 0 100111 100000011 1001110 100010

Color Harmonies of #3F139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F139B

Black with #3F139B

Text Example


Text Example

White with #3F139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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