Html Css Color HEX #3F1779 Persian Indigo

📋 copy color: '#3F1779'

red 63 ◦ green 23 ◦ blue 121

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

Shades of Persian Indigo #3F1779

Tints of Persian Indigo #3F1779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 58.45%

R = 30.43%
G = 11.11%
B = 58.45%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F1779 (or 0x3F1779) is known color: Persian Indigo. HEX triplet: 3F, 17 and 79. RGB value is (63,23,121). Sum of RGB (Red+Green+Blue) = 63+23+121=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F1779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1779 is #C0E886. Grayscale: #2D2D2D. Windows color (decimal): -12642439 or 7935807. OLE color: 7935807.

HSL color Cylindrical-coordinate representation of color #3F1779: hue angle of 264.49º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1779 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 23 121 -
CMYK 0.48 0.81 0 0.53
HSL 264.49º 0.68% 0.28% -
HSV(B) 264.49º 0.81% 0.47% -
XYZ 5.81 3.05 18.37 -
YUV 46.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 63 23 121 0.48 0.81 0 0.53 264.49 0.68 0.28
Hex 3F 17 79 30 51 0 35 108 44 1C
Octal 77 27 171 60 121 0 65 410 104 34
Binary 111111 10111 1111001 110000 1010001 0 110101 100001000 1000100 11100

Color Harmonies of #3F1779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1779

Black with #3F1779

Text Example


Text Example

White with #3F1779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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