Html Css Color HEX #3F1793 Persian Indigo

📋 copy color: '#3F1793'

red 63 ◦ green 23 ◦ blue 147

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

Shades of Persian Indigo #3F1793

Tints of Persian Indigo #3F1793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

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

R = 27.04%
G = 9.87%
B = 63.09%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F1793 (or 0x3F1793) is known color: Persian Indigo. HEX triplet: 3F, 17 and 93. RGB value is (63,23,147). Sum of RGB (Red+Green+Blue) = 63+23+147=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F1793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1793 is #C0E86C. Grayscale: #303030. Windows color (decimal): -12642413 or 9639743. OLE color: 9639743.

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

Color convert

RGB 63 23 147 -
CMYK 0.57 0.84 0 0.42
HSL 259.35º 0.73% 0.33% -
HSV(B) 259.35º 0.84% 0.58% -
XYZ 7.62 3.78 27.93 -
YUV 49.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 63 23 147 0.57 0.84 0 0.42 259.35 0.73 0.33
Hex 3F 17 93 39 54 0 2A 103 49 21
Octal 77 27 223 71 124 0 52 403 111 41
Binary 111111 10111 10010011 111001 1010100 0 101010 100000011 1001001 100001

Color Harmonies of #3F1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1793

Black with #3F1793

Text Example


Text Example

White with #3F1793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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