Html Css Color HEX #3F1393 Persian Indigo

📋 copy color: '#3F1393'

red 63 ◦ green 19 ◦ blue 147

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

Shades of Persian Indigo #3F1393

Tints of Persian Indigo #3F1393

RGB

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

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

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

R = 27.51%
G = 8.3%
B = 64.19%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F1393 (or 0x3F1393) is known color: Persian Indigo. HEX triplet: 3F, 13 and 93. RGB value is (63,19,147). Sum of RGB (Red+Green+Blue) = 63+19+147=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1393 is #C0EC6C. Grayscale: #2E2E2E. Windows color (decimal): -12643437 or 9638719. OLE color: 9638719.

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

Color convert

RGB 63 19 147 -
CMYK 0.57 0.87 0 0.42
HSL 260.63º 0.77% 0.33% -
HSV(B) 260.63º 0.87% 0.58% -
XYZ 7.55 3.63 27.91 -
YUV 46.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 63 19 147 0.57 0.87 0 0.42 260.63 0.77 0.33
Hex 3F 13 93 39 57 0 2A 105 4D 21
Octal 77 23 223 71 127 0 52 405 115 41
Binary 111111 10011 10010011 111001 1010111 0 101010 100000101 1001101 100001

Color Harmonies of #3F1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1393

Black with #3F1393

Text Example


Text Example

White with #3F1393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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