Html Css Color HEX #3F1193 Persian Indigo

📋 copy color: '#3F1193'

red 63 ◦ green 17 ◦ blue 147

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

Shades of Persian Indigo #3F1193

Tints of Persian Indigo #3F1193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 27.75%
G = 7.49%
B = 64.76%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F1193 (or 0x3F1193) is known color: Persian Indigo. HEX triplet: 3F, 11 and 93. RGB value is (63,17,147). Sum of RGB (Red+Green+Blue) = 63+17+147=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F1193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1193 is #C0EE6C. Grayscale: #2D2D2D. Windows color (decimal): -12643949 or 9638207. OLE color: 9638207.

HSL color Cylindrical-coordinate representation of color #3F1193: hue angle of 261.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1193 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 17 147 -
CMYK 0.57 0.88 0 0.42
HSL 261.23º 0.79% 0.32% -
HSV(B) 261.23º 0.88% 0.58% -
XYZ 7.52 3.56 27.9 -
YUV 45.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 63 17 147 0.57 0.88 0 0.42 261.23 0.79 0.32
Hex 3F 11 93 39 58 0 2A 105 4F 20
Octal 77 21 223 71 130 0 52 405 117 40
Binary 111111 10001 10010011 111001 1011000 0 101010 100000101 1001111 100000

Color Harmonies of #3F1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1193

Black with #3F1193

Text Example


Text Example

White with #3F1193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,17,147); }

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

background-color css

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

 a { background-color: rgb(63,17,147); }

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

border-color css

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

 span { border-color: rgb(63,17,147); }

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